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

@@ -170,6 +170,7 @@ impl<T> Drop for Rc<T> {
#[cfg(test)]
mod test_rc {
use prelude::*;
use super::*;
use cell::RefCell;