From 5ecccb109410c9329d4c9924c1e357ee1e8082ff Mon Sep 17 00:00:00 2001 From: Dave Huseby Date: Wed, 13 Jan 2016 11:23:33 -0800 Subject: [PATCH] removing the conditional compilation of the dynamic_lib reference --- src/libstd/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;