Skip to content

Commit

Permalink
removing the conditional compilation of the dynamic_lib reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Huseby committed Jan 13, 2016
1 parent a933526 commit 5ecccb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 5ecccb1

Please sign in to comment.