Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove not mandatories 'static lifetimes #245

Merged
merged 2 commits into from
Mar 30, 2020
Merged

refactor: remove not mandatories 'static lifetimes #245

merged 2 commits into from
Mar 30, 2020

Conversation

tirz
Copy link
Contributor

@tirz tirz commented Mar 29, 2020

Some Widgets have intensive use of 'static lifetime (for the From trait) which does not seems to be necessary.

@hecrj
Copy link
Member

hecrj commented Mar 30, 2020

Awesome. Thank you!

Did you run into any particular issues because of the stricter-than-necessary lifetimes?

@hecrj hecrj added feature New feature or request improvement An internal improvement labels Mar 30, 2020
@hecrj hecrj added this to the 0.1.0 milestone Mar 30, 2020
@hecrj hecrj removed the feature New feature or request label Mar 30, 2020
@hecrj hecrj merged commit 6e9ab1c into iced-rs:master Mar 30, 2020
@tirz tirz deleted the refactor-bound_lifetime branch March 31, 2020 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An internal improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants