mv std libs to library/
This commit is contained in:
5
library/core/src/prelude/mod.rs
Normal file
5
library/core/src/prelude/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! The libcore prelude
|
||||
|
||||
#![stable(feature = "core_prelude", since = "1.4.0")]
|
||||
|
||||
pub mod v1;
|
||||
Reference in New Issue
Block a user