We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26aa5d commit af414dcCopy full SHA for af414dc
library/std/src/sys/wasi/mod.rs
@@ -53,6 +53,7 @@ pub mod thread_local_key;
53
pub mod time;
54
55
#[path = "../unsupported/common.rs"]
56
+#[deny(unsafe_op_in_unsafe_fn)]
57
#[allow(unused)]
58
mod common;
59
pub use common::*;
library/std/src/sys/wasm/mod.rs
@@ -66,5 +66,6 @@ cfg_if::cfg_if! {
66
}
67
68
69
70
71
0 commit comments