-
Notifications
You must be signed in to change notification settings - Fork 63
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
Fix most of the clippy warnings #74
base: master
Are you sure you want to change the base?
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0996a6c - Browse repository at this point
Copy the full SHA 0996a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd7a56 - Browse repository at this point
Copy the full SHA 5cd7a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dbc137 - Browse repository at this point
Copy the full SHA 4dbc137View commit details -
chore(*): switch from tempdir to tempfile
tempdir is deprecated
Configuration menu - View commit details
-
Copy full SHA for af5ec8c - Browse repository at this point
Copy the full SHA af5ec8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2223033 - Browse repository at this point
Copy the full SHA 2223033View commit details
Commits on Apr 3, 2021
-
Eliminate panics from live code.
As a library, panicking, even in the face of a bug, is a problem. Also, a lot of warnings (mostly `try!` vs `?` and `dyn`) were removed, as part of the edit/rebuild/test cycle.
Ben Stern committedApr 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 11eb0ea - Browse repository at this point
Copy the full SHA 11eb0eaView commit details
Commits on Apr 4, 2021
-
Update rust dependencies to rust 1.46
If Slackware thinks Rust 1.46 is stable enough for everyday use (i.e., building Mozilla) then it should be stable enough for anyone who doesn't track "stable".
Ben Stern committedApr 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 40bc999 - Browse repository at this point
Copy the full SHA 40bc999View commit details -
Prevent possible infinite recursion
`cargo clippy` warned of infinite recursion, so let's heed the warning
Ben Stern committedApr 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 5ec95d0 - Browse repository at this point
Copy the full SHA 5ec95d0View commit details -
Eliminate most of the clippy warnings
Ben Stern committedApr 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 94afdba - Browse repository at this point
Copy the full SHA 94afdbaView commit details
Commits on Apr 6, 2021
-
Ben Stern committed
Apr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 3a8db85 - Browse repository at this point
Copy the full SHA 3a8db85View commit details
Commits on Apr 7, 2021
-
Revert "impl std::error::Error"
This reverts commit 3a8db85. It was applied to the wrong branch by accident.
Ben Stern committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 7ca6bd3 - Browse repository at this point
Copy the full SHA 7ca6bd3View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06a7355 - Browse repository at this point
Copy the full SHA 06a7355View commit details
Commits on Jun 23, 2021
-
Merge branch 'upstream' into clippy
Ben Stern committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 1f5bd4e - Browse repository at this point
Copy the full SHA 1f5bd4eView commit details -
Merge branch 'halvko' into clippy
Ben Stern committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 32097e6 - Browse repository at this point
Copy the full SHA 32097e6View commit details -
Merge branch 'release-091' into clippy
Ben Stern committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 93d76b7 - Browse repository at this point
Copy the full SHA 93d76b7View commit details -
Clean up the lint from the 0.9.1 PR
Ben Stern committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 545aac2 - Browse repository at this point
Copy the full SHA 545aac2View commit details