extratest: Fix all leaked trait imports
This commit is contained in:
parent
bcb1c381a3
commit
f47e4b2874
7 changed files with 44 additions and 51 deletions
|
@ -1333,11 +1333,10 @@ impl to_str::ToStr for Error {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
use super::*;
|
||||
|
||||
use std::io;
|
||||
use serialize::Decodable;
|
||||
use serialize::{Encodable, Decodable};
|
||||
use treemap::TreeMap;
|
||||
|
||||
#[deriving(Eq, Encodable, Decodable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue