We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1108bb commit 5d1de88Copy full SHA for 5d1de88
src/dbghelp.rs
@@ -21,6 +21,7 @@
21
//! bridge when we get there.
22
23
#![allow(non_snake_case)]
24
+#![deny(unsafe_op_in_unsafe_fn)]
25
26
use alloc::vec::Vec;
27
0 commit comments