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
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
use core::cmp::Eq;
|
||||
use libc::{c_char, c_int, c_long, size_t, time_t};
|
||||
use io::Reader;
|
||||
use io::{Reader, ReaderUtil};
|
||||
use result::{Result, Ok, Err};
|
||||
|
||||
export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue