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

Add basic lints #46

Closed
wants to merge 1 commit into from
Closed

Add basic lints #46

wants to merge 1 commit into from

Conversation

DasLixou
Copy link
Contributor

@DasLixou DasLixou commented Nov 17, 2024

#![warn(rust_2018_idioms)]
#![warn(future_incompatible)]
#![deny(clippy::all)]
#![deny(clippy::if_not_else)]
#![deny(clippy::enum_glob_use)]

@matthunz
Copy link
Collaborator

Thanks! I'd really rather keep the lifetimes elided if possible though 😅 closing in favor of #48

@matthunz matthunz closed this Nov 17, 2024
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