diff options
Diffstat (limited to 'ctr-std/src/sys/unix/mod.rs')
| -rw-r--r-- | ctr-std/src/sys/unix/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctr-std/src/sys/unix/mod.rs b/ctr-std/src/sys/unix/mod.rs index 9d57045..cd583b5 100644 --- a/ctr-std/src/sys/unix/mod.rs +++ b/ctr-std/src/sys/unix/mod.rs @@ -29,7 +29,6 @@ pub mod thread; pub mod rand; pub mod thread_local; pub mod time; -pub mod alloc; #[cfg(not(test))] pub fn init() { |