aboutsummaryrefslogtreecommitdiff
path: root/rand/rand_pcg/tests/lcg64xsh32.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rand/rand_pcg/tests/lcg64xsh32.rs')
-rw-r--r--rand/rand_pcg/tests/lcg64xsh32.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/rand/rand_pcg/tests/lcg64xsh32.rs b/rand/rand_pcg/tests/lcg64xsh32.rs
index 775b12c..e05bcc1 100644
--- a/rand/rand_pcg/tests/lcg64xsh32.rs
+++ b/rand/rand_pcg/tests/lcg64xsh32.rs
@@ -1,7 +1,3 @@
-extern crate rand_pcg;
-extern crate rand_core;
-#[cfg(all(feature="serde1", test))] extern crate bincode;
-
use rand_core::{RngCore, SeedableRng};
use rand_pcg::{Lcg64Xsh32, Pcg32};