提交 963707f4 编写于 作者: S Steven Fackler

Clean up unused imports

上级 48d5b4b8
......@@ -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]) {
......
......@@ -25,8 +25,6 @@
#[allow(missing_doc)];
use std::cast;
use std::cell::Cell;
use std::comm::{PortOne, oneshot};
use std::task;
......
......@@ -512,10 +512,8 @@ pub fn new() -> 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() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册