Skip to content

Commit 963707f

Browse files
committed
Clean up unused imports
1 parent 48d5b4b commit 963707f

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

src/libextra/fileinput.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ mod test {
420420
use std::rt::io;
421421
use std::rt::io::Writer;
422422
use std::rt::io::file;
423-
use std::uint;
424423
use std::vec;
425424

426425
fn make_file(path : &Path, contents: &[~str]) {

src/libextra/future.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
#[allow(missing_doc)];
2727

28-
29-
use std::cast;
3028
use std::cell::Cell;
3129
use std::comm::{PortOne, oneshot};
3230
use std::task;

src/libextra/glob.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,10 +512,8 @@ impl MatchOptions {
512512
513513
#[cfg(test)]
514514
mod test {
515-
use std::{io, os, unstable};
516-
use std::unstable::finally::Finally;
515+
use std::os;
517516
use super::*;
518-
use tempfile;
519517
520518
#[test]
521519
fn test_absolute_pattern() {

0 commit comments

Comments
 (0)