diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-03-22 22:26:32 -0400 | 
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-03-26 19:20:02 -0400 | 
| commit | fa7772893a63e6ac83ab461f80fb1f35c8633325 (patch) | |
| tree | 07c280152830443a4151ce158ed2e01fcdc86173 /src/libstd/sort.rs | |
| parent | 3d588c528685fa0590ff91f189f0ef44a3815ec2 (diff) | |
| download | rust-fa7772893a63e6ac83ab461f80fb1f35c8633325.tar.gz rust-fa7772893a63e6ac83ab461f80fb1f35c8633325.zip | |
Remove unused imports throughout
Diffstat (limited to 'src/libstd/sort.rs')
| -rw-r--r-- | src/libstd/sort.rs | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/libstd/sort.rs b/src/libstd/sort.rs index 1dc990526f0..8a239e8b6d8 100644 --- a/src/libstd/sort.rs +++ b/src/libstd/sort.rs @@ -725,8 +725,6 @@ fn copy_vec<T:Copy>(dest: &mut [T], s1: uint, #[cfg(test)] mod test_qsort3 { - use core::prelude::*; - use sort::*; use core::vec; @@ -770,8 +768,6 @@ mod test_qsort3 { #[cfg(test)] mod test_qsort { - use core::prelude::*; - use sort::*; use core::int; | 
