Skip to content

Commit

Permalink
fix(os/hermit): deny(unsafe_op_in_unsafe_fn)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 1, 2024
1 parent 0260e47 commit 589c0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/src/os/hermit/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![stable(feature = "rust1", since = "1.0.0")]
#![deny(unsafe_op_in_unsafe_fn)]

#[allow(unused_extern_crates)]
#[stable(feature = "rust1", since = "1.0.0")]
Expand Down

0 comments on commit 589c0a0

Please sign in to comment.