aboutsummaryrefslogtreecommitdiff
path: root/rand/rand_hc/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rand/rand_hc/src/lib.rs')
-rw-r--r--rand/rand_hc/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rand/rand_hc/src/lib.rs b/rand/rand_hc/src/lib.rs
index 10466cf..c1ae665 100644
--- a/rand/rand_hc/src/lib.rs
+++ b/rand/rand_hc/src/lib.rs
@@ -18,8 +18,6 @@
#![no_std]
-pub extern crate rand_core;
-
mod hc128;
pub use hc128::{Hc128Rng, Hc128Core};