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 f9f0dbf commit 92f8434Copy full SHA for 92f8434
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