]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/src/lib.rs
Make RawVec private to alloc
[rust.git] / library / alloc / src / lib.rs
index 34d2cfc8e2c5b778c200ccbd661173d192028ded..2614c221042e5b65ded1b4d1f73d6f42df945533 100644 (file)
 #[macro_use]
 mod macros;
 
+mod raw_vec;
+
 // Heaps provided for low-level allocation strategies
 
 pub mod alloc;
@@ -191,7 +193,6 @@ mod boxed {
 pub mod borrow;
 pub mod collections;
 pub mod fmt;
-pub mod raw_vec;
 pub mod rc;
 pub mod slice;
 pub mod str;