We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d94311 commit b340a21Copy full SHA for b340a21
src/lib.rs
@@ -5,7 +5,9 @@
5
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]
6
#![cfg_attr(feature = "step_trait", feature(step_trait))]
7
#![cfg_attr(feature = "doc_cfg", feature(doc_cfg))]
8
-#![warn(missing_docs)]
+// DO NOT MERGE
9
+#![allow(missing_docs)]
10
+#![allow(clippy::missing_safety_doc)]
11
#![deny(missing_debug_implementations)]
12
#![deny(unsafe_op_in_unsafe_fn)]
13
0 commit comments