Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.
This commit is contained in:
parent
f41cf208b7
commit
135ebca8aa
5 changed files with 17 additions and 6 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue