We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/rust-lang/rust-clippy is the go-to linter for Rust. We should encode common anti-patterns in it so that people will get warnings about such code. This includes:
#19 will help in detecting the anti-patterns.
The text was updated successfully, but these errors were encountered:
Whoops, guess I opened #27 without seeing this before and it's a dup. How would you like to proceed @Shnatsel ?
Sorry, something went wrong.
This is now a duplicate of #27, closing.
No branches or pull requests
https://github.com/rust-lang/rust-clippy is the go-to linter for Rust. We should encode common anti-patterns in it so that people will get warnings about such code. This includes:
#19 will help in detecting the anti-patterns.
The text was updated successfully, but these errors were encountered: