From 4901431b02227416b08e5fbc9a7ac3f5ac2f44a7 Mon Sep 17 00:00:00 2001 From: linouxis9 Date: Mon, 7 May 2018 15:31:54 +0200 Subject: Update for latest nightly 2018-05-06 --- ctr-std/src/sys/unix/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ctr-std/src/sys/unix/mod.rs') diff --git a/ctr-std/src/sys/unix/mod.rs b/ctr-std/src/sys/unix/mod.rs index 11be366..829f6f0 100644 --- a/ctr-std/src/sys/unix/mod.rs +++ b/ctr-std/src/sys/unix/mod.rs @@ -13,8 +13,6 @@ use io::{self, ErrorKind}; use libc; -#[cfg(any(dox, target_os = "linux", target_os = "horizon"))] pub use os::linux as platform; - pub use self::rand::hashmap_random_keys; pub use libc::strlen; -- cgit v1.2.3