summaryrefslogtreecommitdiffstats
path: root/tests/tests.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-25 09:53:30 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-25 10:01:36 -0400
commit5c5c538601b2dd4d95eab22fd216a3157049c966 (patch)
tree442ebbf2c31897e7ce0b7449c43fae459cf39f85 /tests/tests.rs
parentbc730d7572896185e2945cb9ed9c0c2b02e1bf46 (diff)
deps: update to quickcheck 0.7
This also updates the rand crate. We bump the minimum Rust version to the latest stable, Rust 1.28.0. See: https://github.com/BurntSushi/ripgrep/issues/1019
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index db2f3b3..37966bc 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -16,7 +16,7 @@ use std::mem::transmute;
use std::ops;
use quickcheck::{Arbitrary, Gen, QuickCheck, StdGen, Testable};
-use rand::thread_rng;
+use rand::{Rng, thread_rng};
macro_rules! svec[
($($x:expr),*) => (