Skip to content

Commit 9de59e0

Browse files
committed
---
yaml --- r: 51530 b: refs/heads/incoming c: efb5f87 h: refs/heads/master v: v3
1 parent dc48457 commit 9de59e0

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
@@ -6,7 +6,7 @@ refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/incoming: b8899138f88e50841829c471b2705f2e796b9a1f
9+
refs/heads/incoming: efb5f8734aec0e6e7325b32425716587f59203a3
1010
refs/heads/dist-snap: 8b98e5a296d95c5e832db0756828e5bec31c6f50
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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