Skip to content

Commit 34667bf

Browse files
committed
---
yaml --- r: 50840 b: refs/heads/try c: efb5f87 h: refs/heads/master v: v3
1 parent 922944f commit 34667bf

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5-
refs/heads/try: b8899138f88e50841829c471b2705f2e796b9a1f
5+
refs/heads/try: efb5f8734aec0e6e7325b32425716587f59203a3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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/try/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)