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
In rust-lang/rust#59316 internal lints were implemented. Let's also activate those in Clippy.
This includes removing the internal lint
rust-clippy/clippy_lints/src/utils/internal_lints.rs
Lines 59 to 68 in fbb3a47
The text was updated successfully, but these errors were encountered:
Auto merge of #3966 - flip1995:internal_lints, r=oli-obk
29893fe
Enable rustc internal lints Closes #3965 I'm not 100% sure if enabling the `-Zunstable-options` flag in the `.cargo/config` file is the right place.
27d62cf
flip1995
Successfully merging a pull request may close this issue.
In rust-lang/rust#59316 internal lints were implemented. Let's also activate those in Clippy.
This includes removing the internal lint
rust-clippy/clippy_lints/src/utils/internal_lints.rs
Lines 59 to 68 in fbb3a47
from Clippy, since it got uplifted.
The text was updated successfully, but these errors were encountered: