We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a028a commit de2370bCopy full SHA for de2370b
src/lib.rs
@@ -77,14 +77,8 @@
77
// Experimental features we need.
78
#![cfg_attr(bench, feature(test))]
79
// Coding conventions
80
+#![warn(missing_docs)]
81
#![deny(unsafe_code)]
-#![deny(non_upper_case_globals)]
82
-#![deny(non_camel_case_types)]
83
-#![deny(non_snake_case)]
84
-#![deny(unused_mut)]
85
-#![deny(dead_code)]
86
-#![deny(unused_imports)]
87
-#![deny(missing_docs)]
88
// Clippy lints that we have disabled
89
#![allow(clippy::iter_kv_map)] // https://github.com/rust-lang/rust-clippy/issues/11752
90
#![allow(clippy::manual_range_contains)] // I hate this lint -asp
0 commit comments