Skip to content

Commit 67ca060

Browse files
committed
pub use rand_core
1 parent 54e83f3 commit 67ca060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mod error_std_impls;
4242
#[cfg(feature = "rng")]
4343
mod rng;
4444
#[cfg(feature = "rng")]
45-
pub extern crate rand_core;
45+
pub use rand_core;
4646
#[cfg(feature = "rng")]
4747
pub use rng::OsRng;
4848

0 commit comments

Comments
 (0)