File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
branches/incoming/src/libcore Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
- refs/heads/incoming: b8899138f88e50841829c471b2705f2e796b9a1f
9
+ refs/heads/incoming: efb5f8734aec0e6e7325b32425716587f59203a3
10
10
refs/heads/dist-snap: 8b98e5a296d95c5e832db0756828e5bec31c6f50
11
11
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
12
12
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -1204,9 +1204,11 @@ pub fn read_whole_file(file: &Path) -> Result<~[u8], ~str> {
1204
1204
// fsync related
1205
1205
1206
1206
pub mod fsync {
1207
- use prelude:: * ;
1208
1207
use io:: { FILERes , FdRes , fd_t} ;
1208
+ use kinds:: Copy ;
1209
1209
use libc;
1210
+ use ops:: Drop ;
1211
+ use option:: { None , Option , Some } ;
1210
1212
use os;
1211
1213
1212
1214
pub enum Level {
Original file line number Diff line number Diff line change @@ -230,8 +230,6 @@ pub mod types {
230
230
pub type uintptr_t = uint ;
231
231
}
232
232
pub mod posix88 {
233
- use prelude:: * ;
234
-
235
233
pub type off_t = i32 ;
236
234
pub type dev_t = u64 ;
237
235
pub type ino_t = u32 ;
You can’t perform that action at this time.
0 commit comments