std: silence warnings when compiling test.

This commit is contained in:
Huon Wilson
2013-12-20 01:12:56 +11:00
parent b3cee62034
commit c00104f36a
14 changed files with 28 additions and 46 deletions

View File

@@ -2734,7 +2734,6 @@ mod tests {
use option::{None, Some, Option};
use ptr;
use str::*;
use vec;
use vec::{Vector, ImmutableVector, CopyableVector};
use cmp::{TotalOrd, Less, Equal, Greater};
use send_str::{SendStrOwned, SendStrStatic};