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

@@ -193,6 +193,7 @@ pub fn copy<R: Reader, W: Writer>(r: &mut R, w: &mut W) {
#[cfg(test)]
mod test {
use io::Decorator;
use io::mem::{MemReader, MemWriter};
use super::*;
use prelude::*;