fix(os/hermit): deny(unsafe_op_in_unsafe_fn)

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
This commit is contained in:
Martin Kröning 2024-07-31 13:29:56 +02:00
parent 4da966c30e
commit 820ec720ff
Failed to extract signature

View File

@ -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")]