Fallout from globs/re-export/shadowing change

This commit is contained in:
Nick Cameron
2014-12-29 16:52:10 +13:00
parent 35dd33c7e2
commit ac095351fb
14 changed files with 33 additions and 21 deletions

View File

@@ -280,7 +280,7 @@ mod test {
use io;
use boxed::Box;
use super::*;
use prelude::*;
use prelude::{Ok, range, Vec, Buffer, Writer, Reader, ToString, AsSlice};
#[test]
fn test_limit_reader_unlimited() {