Skip to content

Commit

Permalink
Delete rest of rustrt
Browse files Browse the repository at this point in the history
... and address other rebasing fallout.
  • Loading branch information
aturon committed Dec 19, 2014
1 parent d08600b commit 0ce5faa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 133 deletions.
132 changes: 0 additions & 132 deletions src/librustrt/lib.rs

This file was deleted.

2 changes: 1 addition & 1 deletion src/libstd/comm/mod.rs
Expand Up @@ -1516,7 +1516,7 @@ mod test {

// wait for the child task to exit before we exit
rx2.recv();
})
}}
}

#[cfg(test)]
Expand Down
1 change: 1 addition & 0 deletions src/libstd/io/stdio.rs
Expand Up @@ -41,6 +41,7 @@ use option::Option;
use option::Option::{Some, None};
use ops::{Deref, DerefMut, FnOnce};
use result::Result::{Ok, Err};
use rt;
use slice::SliceExt;
use str::StrPrelude;
use string::String;
Expand Down

0 comments on commit 0ce5faa

Please sign in to comment.