We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b638d commit 9e6cecdCopy full SHA for 9e6cecd
src/lib.rs
@@ -1,7 +1,6 @@
1
// Rustc lints
2
#![forbid(unsafe_code)]
3
#![warn(elided_lifetimes_in_associated_constant)]
4
-#![warn(elided_lifetimes_in_path)]
5
#![warn(elided_lifetimes_in_paths)]
6
#![warn(future_incompatible)]
7
#![warn(keyword_idents)]
0 commit comments