Clean up unused imports

This commit is contained in:
Steven Fackler 2013-09-18 00:12:22 -07:00
parent 48d5b4b8e1
commit 963707f45d
3 changed files with 1 additions and 6 deletions

View File

@ -420,7 +420,6 @@ mod test {
use std::rt::io;
use std::rt::io::Writer;
use std::rt::io::file;
use std::uint;
use std::vec;
fn make_file(path : &Path, contents: &[~str]) {

View File

@ -25,8 +25,6 @@
#[allow(missing_doc)];
use std::cast;
use std::cell::Cell;
use std::comm::{PortOne, oneshot};
use std::task;

View File

@ -512,10 +512,8 @@ impl MatchOptions {
#[cfg(test)]
mod test {
use std::{io, os, unstable};
use std::unstable::finally::Finally;
use std::os;
use super::*;
use tempfile;
#[test]
fn test_absolute_pattern() {