Skip to content

Commit bf52c88

Browse files
committed
Adjust lints
1 parent 3c69b09 commit bf52c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
//! }
6161
//! ```
6262
63+
#![allow(unsafe_op_in_unsafe_fn, unused_unsafe)]
6364
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
6465
#![no_std]
6566

0 commit comments

Comments
 (0)