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

Fix clippy warnings #270

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Fix clippy warnings #270

merged 2 commits into from
Aug 30, 2023

Conversation

fjarri
Copy link
Contributor

@fjarri fjarri commented Aug 30, 2023

Fix a bunch of clippy warnings that are raised with Rust 1.72, but do not appear in CI which uses 1.65 for clippy. Makes it easier to run clippy during development. Clippy bumped to 1.72 in CI.

I decided to go with #![allow(clippy::unwrap_used)] for test submodules instead of replacing each unwrap() there with expect().

@fjarri fjarri force-pushed the fix-clippy branch 2 times, most recently from ff5dcaa to c17f72e Compare August 30, 2023 19:01
@tarcieri tarcieri merged commit ccfd366 into RustCrypto:master Aug 30, 2023
@fjarri fjarri deleted the fix-clippy branch August 30, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants