about summary refs log tree commit diff
path: root/src/libcoretest/hash
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcoretest/hash')
-rw-r--r--src/libcoretest/hash/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoretest/hash/mod.rs b/src/libcoretest/hash/mod.rs
index a4bafe754ff..63bf9ec3314 100644
--- a/src/libcoretest/hash/mod.rs
+++ b/src/libcoretest/hash/mod.rs
@@ -7,7 +7,7 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
-use core::kinds::Sized;
+use core::marker::Sized;
 use std::mem;
 
 use core::slice::SliceExt;