diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index f1b77986b65..824acda522f 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -410,7 +410,6 @@ pub mod num; pub mod thread; pub mod collections; -#[cfg(any(target_os = "linux", target_os = "windows"))] pub mod dynamic_lib; pub mod env; pub mod ffi;