Skip to content

Commit 5ecccb1

Browse files
author
Dave Huseby
committed
removing the conditional compilation of the dynamic_lib reference
1 parent a933526 commit 5ecccb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ pub mod num;
410410
pub mod thread;
411411

412412
pub mod collections;
413-
#[cfg(any(target_os = "linux", target_os = "windows"))]
414413
pub mod dynamic_lib;
415414
pub mod env;
416415
pub mod ffi;

0 commit comments

Comments
 (0)