about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorBen Blum <bblum@andrew.cmu.edu>2013-07-17 17:01:03 -0400
committerBen Blum <bblum@andrew.cmu.edu>2013-07-20 05:12:05 -0400
commit621bc79d0de970ecb5373d3dc8b58ef919dc6025 (patch)
tree0d0ad79bcb162641692cdc430796ebd6d5b4bbf5 /src/libextra
parent4bcda7148de04086bb30a3a79d739761fa9cb1ee (diff)
downloadrust-621bc79d0de970ecb5373d3dc8b58ef919dc6025.tar.gz
rust-621bc79d0de970ecb5373d3dc8b58ef919dc6025.zip
Fix warnings in stdtest and extratest. Maybe somebody will care.
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/sort.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libextra/sort.rs b/src/libextra/sort.rs
index 56a906e0a5d..57d8563861e 100644
--- a/src/libextra/sort.rs
+++ b/src/libextra/sort.rs
@@ -1020,8 +1020,6 @@ mod big_tests {
 
     use sort::*;
 
-    use std::cast::unsafe_copy;
-    use std::local_data;
     use std::rand::RngUtil;
     use std::rand;
     use std::uint;