Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.

This commit is contained in:
Eric Holk 2012-09-25 13:16:43 -04:00 committed by Brian Anderson
parent f41cf208b7
commit 135ebca8aa
5 changed files with 17 additions and 6 deletions

View file

@ -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};