Skip to content

Commit b340a21

Browse files
committed
DO NOT MERGE: ignore doc lints
1 parent 8d94311 commit b340a21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]
66
#![cfg_attr(feature = "step_trait", feature(step_trait))]
77
#![cfg_attr(feature = "doc_cfg", feature(doc_cfg))]
8-
#![warn(missing_docs)]
8+
// DO NOT MERGE
9+
#![allow(missing_docs)]
10+
#![allow(clippy::missing_safety_doc)]
911
#![deny(missing_debug_implementations)]
1012
#![deny(unsafe_op_in_unsafe_fn)]
1113

0 commit comments

Comments
 (0)