Add more from the std
This commit is contained in:
6
library/std/src/sys/pal/unsupported/mod.rs
Normal file
6
library/std/src/sys/pal/unsupported/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
|
||||
pub mod os;
|
||||
|
||||
mod common;
|
||||
pub use common::*;
|
||||
Reference in New Issue
Block a user