Skip to content

Conversation

@ThomasByr
Copy link
Contributor

@ThomasByr ThomasByr commented Sep 2, 2022

this comes from:

cargo clippy --all-targets --all-features -- -D clippy::all
  • found many .push_str(format!(...)) and replaced them with writeln!(...)
  • some unnecessary return {...}; (removed "return" and ";")
  • .get(0) becomes .first() on Vec<>

@ThomasByr
Copy link
Contributor Author

i also added a small fix for two hard coded ";compile" that shouldn't break anything

@ThomasByr ThomasByr changed the title Try to comply with new cargo clippy Trying to comply with new cargo clippy Sep 3, 2022
@Headline Headline added the hacktoberfest-accepted opt-in for hacktoberfest prs label Oct 10, 2022
@Headline Headline merged commit 86407bb into Headline:master Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted opt-in for hacktoberfest prs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants