diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-09-25 13:16:43 -0400 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-26 15:55:42 -0700 |
| commit | 135ebca8aa1bb546984c1915eac4e5c9bfdcf4d6 (patch) | |
| tree | dccfa711696284ff93b4de25850ab7706684f0fb /src/rustc | |
| parent | f41cf208b7809bcb5cd12e81970802a52b2c265e (diff) | |
| download | rust-135ebca8aa1bb546984c1915eac4e5c9bfdcf4d6.tar.gz rust-135ebca8aa1bb546984c1915eac4e5c9bfdcf4d6.zip | |
Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/driver/rustc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustc/driver/rustc.rs b/src/rustc/driver/rustc.rs index 0306d0dbb18..6ea5bb28023 100644 --- a/src/rustc/driver/rustc.rs +++ b/src/rustc/driver/rustc.rs @@ -12,6 +12,7 @@ use core::*; // -*- rust -*- use result::{Ok, Err}; +use io::ReaderUtil; use std::getopts; use std::map::HashMap; use getopts::{opt_present}; |
