Skip to content

Commit 7b05f62

Browse files
committed
---
yaml --- r: 80954 b: refs/heads/snap-stage3 c: 963707f h: refs/heads/master v: v3
1 parent b3d70f0 commit 7b05f62

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 48d5b4b8e163a4eb4a8290bfed6786b333f49117
4+
refs/heads/snap-stage3: 963707f45d935e938adde9e37b56355a915660bd
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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]) {

branches/snap-stage3/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;

branches/snap-stage3/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)