Adding missing imports for tests, and gate off others
This commit is contained in:
parent
bc3bee410a
commit
cb4ab76e4a
46 changed files with 141 additions and 109 deletions
|
@ -20,7 +20,7 @@
|
|||
use at_vec;
|
||||
use cast;
|
||||
use char;
|
||||
use cmp::{Eq, Ord, TotalOrd, Ordering, Less, Equal, Greater};
|
||||
use cmp::{TotalOrd, Ordering, Less, Equal, Greater};
|
||||
use libc;
|
||||
use option::{None, Option, Some};
|
||||
use ptr;
|
||||
|
@ -29,6 +29,8 @@ use u8;
|
|||
use uint;
|
||||
use vec;
|
||||
|
||||
#[cfg(notest)] use cmp::{Eq, Ord};
|
||||
|
||||
/*
|
||||
Section: Creating a string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue