stdtest: Fix all leaked trait imports

This commit is contained in:
Alex Crichton
2014-01-06 22:33:37 -08:00
parent c4d36b85a0
commit bcb1c381a3
35 changed files with 67 additions and 101 deletions

View File

@@ -2768,14 +2768,11 @@ impl Default for @str {
#[cfg(test)]
mod tests {
use container::Container;
use option::{None, Some, Option};
use iter::AdditiveIterator;
use prelude::*;
use ptr;
use str::*;
use vec::{Vector, ImmutableVector, CopyableVector};
use cmp::{TotalOrd, Less, Equal, Greater};
use send_str::{SendStrOwned, SendStrStatic};
use from_str::from_str;
#[test]
fn test_eq() {