Skip to content

Commit a495953

Browse files
committed
---
yaml --- r: 113405 b: refs/heads/snap-stage3 c: 5001a66 h: refs/heads/master i: 113403: 5f04411 v: v3
1 parent e282e60 commit a495953

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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: abdacecdf86b4b5a4f432560445a24e1c5f4751b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 13491dbadbb90f228d3a3df4051495262b5f5299
4+
refs/heads/snap-stage3: 5001a666650962f00137f126247c50fa1188a599
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/io/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,6 @@ pub enum FileType {
15091509
/// Err(e) => fail!("couldn't read foo.txt: {}", e),
15101510
/// };
15111511
///
1512-
/// println!("path: {}", info.path.display());
15131512
/// println!("byte size: {}", info.size);
15141513
/// # }
15151514
/// ```

branches/snap-stage3/src/libstd/os.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,12 @@ pub fn getcwd() -> Path {
9595

9696
#[cfg(windows)]
9797
pub mod win32 {
98-
use iter::Iterator;
9998
use libc::types::os::arch::extra::DWORD;
10099
use libc;
101100
use option::{None, Option, Expect};
102101
use option;
103102
use os::TMPBUF_SZ;
104-
use slice::{MutableVector, ImmutableVector, OwnedVector};
103+
use slice::{MutableVector, ImmutableVector};
105104
use str::{StrSlice, StrAllocating};
106105
use str;
107106
use vec::Vec;

0 commit comments

Comments
 (0)