From 9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sat, 4 Aug 2018 16:24:39 -0600 Subject: Breaking change upgrades --- src/libstd/sys_common/io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sys_common') diff --git a/src/libstd/sys_common/io.rs b/src/libstd/sys_common/io.rs index ab23936358e..a96fb192139 100644 --- a/src/libstd/sys_common/io.rs +++ b/src/libstd/sys_common/io.rs @@ -14,7 +14,7 @@ pub const DEFAULT_BUF_SIZE: usize = 8 * 1024; pub mod test { use path::{Path, PathBuf}; use env; - use rand::{self, Rng}; + use rand::{self, RngCore}; use fs; pub struct TempDir(PathBuf); -- cgit 1.4.1-3-g733a5