File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 48d5b4b8e163a4eb4a8290bfed6786b333f49117
4
+ refs/heads/snap-stage3: 963707f45d935e938adde9e37b56355a915660bd
5
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -420,7 +420,6 @@ mod test {
420
420
use std:: rt:: io;
421
421
use std:: rt:: io:: Writer ;
422
422
use std:: rt:: io:: file;
423
- use std:: uint;
424
423
use std:: vec;
425
424
426
425
fn make_file ( path : & Path , contents : & [ ~str ] ) {
Original file line number Diff line number Diff line change 25
25
26
26
#[ allow( missing_doc) ] ;
27
27
28
-
29
- use std:: cast;
30
28
use std:: cell:: Cell ;
31
29
use std:: comm:: { PortOne , oneshot} ;
32
30
use std:: task;
Original file line number Diff line number Diff line change @@ -512,10 +512,8 @@ impl MatchOptions {
512
512
513
513
#[cfg(test)]
514
514
mod test {
515
- use std::{io, os, unstable};
516
- use std::unstable::finally::Finally;
515
+ use std::os;
517
516
use super::*;
518
- use tempfile;
519
517
520
518
#[test]
521
519
fn test_absolute_pattern() {
You can’t perform that action at this time.
0 commit comments