Fix implicit leaks of imports throughout libraries

Also touch up use of 'pub' and move some tests around so the tested functions
don't have to be 'pub'
This commit is contained in:
Alex Crichton 2013-02-25 14:11:21 -05:00
parent f2837fa3f5
commit 2df07ddc25
70 changed files with 499 additions and 299 deletions

View file

@ -234,6 +234,8 @@ mod test {
use super::*;
use std::serialize::Encodable;
use std;
use core::io;
use core::option::None;
use core::str;
use util::testing::*;