We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dafc5c commit 2499057Copy full SHA for 2499057
library/std/src/sys/personality/dwarf/mod.rs
@@ -17,7 +17,7 @@ pub struct DwarfReader {
17
pub ptr: *const u8,
18
}
19
20
-#[deny(unsafe_op_in_unsafe_fn)]
+#[forbid(unsafe_op_in_unsafe_fn)]
21
impl DwarfReader {
22
pub fn new(ptr: *const u8) -> DwarfReader {
23
DwarfReader { ptr }
0 commit comments