Skip to content

Commit 54f7f80

Browse files
committed
Turn on deny(unsafe_op_in_unsafe_fn)
1 parent 49b26d2 commit 54f7f80

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
@@ -90,6 +90,7 @@
9090
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
9191
#![cfg_attr(super_unstable, feature(proc_macro_def_site))]
9292
#![cfg_attr(doc_cfg, feature(doc_cfg))]
93+
#![deny(unsafe_op_in_unsafe_fn)]
9394
#![allow(
9495
clippy::cast_lossless,
9596
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)