removing the conditional compilation of the dynamic_lib reference

This commit is contained in:
Dave Huseby 2016-01-13 11:23:33 -08:00
parent a933526fc4
commit 5ecccb1094

View file

@ -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;