mv std libs to library/
This commit is contained in:
6
library/std/src/os/emscripten/mod.rs
Normal file
6
library/std/src/os/emscripten/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! Linux-specific definitions
|
||||
|
||||
#![stable(feature = "raw_ext", since = "1.1.0")]
|
||||
|
||||
pub mod fs;
|
||||
pub mod raw;
|
||||
Reference in New Issue
Block a user