We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4819594 commit ce378c3Copy full SHA for ce378c3
library/std/src/sys/pal/wasi/env.rs
@@ -1,4 +1,5 @@
1
#![forbid(unsafe_op_in_unsafe_fn)]
2
+
3
pub mod os {
4
pub const FAMILY: &str = "";
5
pub const OS: &str = "";
0 commit comments