Skip to content

Commit 5838364

Browse files
committed
---
yaml --- r: 48880 b: refs/heads/snap-stage3 c: efb5f87 h: refs/heads/master v: v3
1 parent 24ab787 commit 5838364

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b8899138f88e50841829c471b2705f2e796b9a1f
4+
refs/heads/snap-stage3: efb5f8734aec0e6e7325b32425716587f59203a3
55
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libcore/io.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,9 +1204,11 @@ pub fn read_whole_file(file: &Path) -> Result<~[u8], ~str> {
12041204
// fsync related
12051205

12061206
pub mod fsync {
1207-
use prelude::*;
12081207
use io::{FILERes, FdRes, fd_t};
1208+
use kinds::Copy;
12091209
use libc;
1210+
use ops::Drop;
1211+
use option::{None, Option, Some};
12101212
use os;
12111213

12121214
pub enum Level {

branches/snap-stage3/src/libcore/libc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ pub mod types {
230230
pub type uintptr_t = uint;
231231
}
232232
pub mod posix88 {
233-
use prelude::*;
234-
235233
pub type off_t = i32;
236234
pub type dev_t = u64;
237235
pub type ino_t = u32;

0 commit comments

Comments
 (0)