Skip to content

Commit e58fced

Browse files
committed
Remove extraneous extern crate for rand test dependency.
1 parent 5e7a69a commit e58fced

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
#[macro_use]
2222
extern crate std;
2323

24-
#[cfg(test)]
25-
extern crate rand;
26-
2724
use core::ops::{BitAnd, BitAndAssign, BitOr, BitOrAssign, BitXor, BitXorAssign, Neg, Not};
2825
use core::option::Option;
2926

0 commit comments

Comments
 (0)