]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys_common/mod.rs
Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC
[rust.git] / library / std / src / sys_common / mod.rs
index 804727fbc54d139ec37c8afb4b66e93e30d915b5..80f56bf7522b67edbf547f77cf8707fded8c9b21 100644 (file)
@@ -24,6 +24,7 @@
 pub mod condvar;
 pub mod fs;
 pub mod io;
+pub mod lazy_box;
 pub mod memchr;
 pub mod mutex;
 pub mod process;