We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e83f3 commit 67ca060Copy full SHA for 67ca060
src/lib.rs
@@ -42,7 +42,7 @@ mod error_std_impls;
42
#[cfg(feature = "rng")]
43
mod rng;
44
45
-pub extern crate rand_core;
+pub use rand_core;
46
47
pub use rng::OsRng;
48
0 commit comments