about summary refs log tree commit diff
path: root/src/libcore/to_str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/to_str.rs')
-rw-r--r--src/libcore/to_str.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/to_str.rs b/src/libcore/to_str.rs
index fb4ea48ca95..963901c2c75 100644
--- a/src/libcore/to_str.rs
+++ b/src/libcore/to_str.rs
@@ -18,7 +18,6 @@ The `ToStr` trait for converting to strings
 #[forbid(deprecated_mode)];
 #[forbid(deprecated_pattern)];
 
-use kinds::Copy;
 use str;
 use vec;