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 119068d commit 2275e1bCopy full SHA for 2275e1b
src/dbghelp.rs
@@ -22,6 +22,7 @@
22
//! bridge when we get there.
23
24
#![allow(non_snake_case)]
25
+#![deny(unsafe_op_in_unsafe_fn)]
26
27
use alloc::vec::Vec;
28
0 commit comments