Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests.rs')
-rw-r--r--src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests.rs b/src/tests.rs
index b1df193..1fb7682 100644
--- a/src/tests.rs
+++ b/src/tests.rs
@@ -8,7 +8,7 @@ use std::path::{Path, PathBuf};
use std::collections::HashMap;
use quickcheck::{Arbitrary, Gen, QuickCheck, StdGen};
-use rand::{self, Rng};
+use rand::{self, Rng, RngCore};
use super::{DirEntry, WalkDir, IntoIter, Error, ErrorInner};