diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-12-17 15:41:16 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-12-18 23:35:52 -0800 |
| commit | 0ce5faaa7becfac2786c4a305602b63dc96ba2f8 (patch) | |
| tree | ef5344dee2edef576472af0303d21f0a61fa9a66 /src/libstd/io | |
| parent | d08600b189eeb2e61879b44a07f9fdc33fa82689 (diff) | |
| download | rust-0ce5faaa7becfac2786c4a305602b63dc96ba2f8.tar.gz rust-0ce5faaa7becfac2786c4a305602b63dc96ba2f8.zip | |
Delete rest of rustrt
... and address other rebasing fallout.
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/stdio.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs index 8e28ad1add5..aa50597c816 100644 --- a/src/libstd/io/stdio.rs +++ b/src/libstd/io/stdio.rs @@ -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; |
