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

Chore: Apply some minor clippy fixes #2092

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Chore: Apply some minor clippy fixes #2092

merged 1 commit into from
Sep 19, 2023

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Sep 19, 2023

  • Use .elapsed() for duration
  • Use direct iteration without calling .iter() and the like
  • order fields in the Text struct creation as declared

* Use `.elapsed()` for duration
* Use direct iteration without calling `.iter()` and the like
* order fields in the `Text` struct creation as declared
@hecrj hecrj added this to the 0.12 milestone Sep 19, 2023
@hecrj hecrj added improvement An internal improvement fix labels Sep 19, 2023
@hecrj hecrj merged commit e8b01eb into iced-rs:master Sep 19, 2023
12 checks passed
@nyurik nyurik deleted the clippy branch September 19, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix improvement An internal improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants