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

Lint improvements #72

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Lint improvements #72

merged 1 commit into from
Apr 24, 2024

Conversation

tarcieri
Copy link
Member

Expands the number of lints applied to the code, particularly clippy lints, and fixes any current violations.

Expands the number of lints applied to the code, particularly clippy
lints, and fixes any current violations.
@tarcieri tarcieri merged commit ea89514 into master Apr 24, 2024
11 checks passed
@tarcieri tarcieri deleted the lint-improvements branch April 24, 2024 19:42
@@ -6,11 +6,25 @@
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
)]
#![warn(
clippy::all,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: clippy::all is on-by-default

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.

1 participant