diff options
| author | Fenrir <[email protected]> | 2017-07-09 20:21:38 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-09 21:10:01 -0600 |
| commit | 03d5b453b9989c4b83b1afdc96969552a39ada07 (patch) | |
| tree | 96dc47323b4ce6f57c5f7c3add0fd842bee426f9 /ctr-std/src/sys/unix/mod.rs | |
| parent | Add default allocator symbols (diff) | |
| download | archived-ctru-rs-03d5b453b9989c4b83b1afdc96969552a39ada07.tar.xz archived-ctru-rs-03d5b453b9989c4b83b1afdc96969552a39ada07.zip | |
update collections module
also remove deprecated `collections` crate dependency
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() { |