Skip to content

Commit 0ce5faa

Browse files
committed
Delete rest of rustrt
... and address other rebasing fallout.
1 parent d08600b commit 0ce5faa

File tree

3 files changed

+2
-133
lines changed

3 files changed

+2
-133
lines changed

src/librustrt/lib.rs

Lines changed: 0 additions & 132 deletions
This file was deleted.

src/libstd/comm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ mod test {
15161516

15171517
// wait for the child task to exit before we exit
15181518
rx2.recv();
1519-
})
1519+
}}
15201520
}
15211521

15221522
#[cfg(test)]

src/libstd/io/stdio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ use option::Option;
4141
use option::Option::{Some, None};
4242
use ops::{Deref, DerefMut, FnOnce};
4343
use result::Result::{Ok, Err};
44+
use rt;
4445
use slice::SliceExt;
4546
use str::StrPrelude;
4647
use string::String;

0 commit comments

Comments
 (0)