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 49b26d2 commit 54f7f80Copy full SHA for 54f7f80
src/lib.rs
@@ -90,6 +90,7 @@
90
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
91
#![cfg_attr(super_unstable, feature(proc_macro_def_site))]
92
#![cfg_attr(doc_cfg, feature(doc_cfg))]
93
+#![deny(unsafe_op_in_unsafe_fn)]
94
#![allow(
95
clippy::cast_lossless,
96
clippy::cast_possible_truncation,
0 commit comments