Remove the extension traits for Readers/Writers
These methods are all excellent candidates for default methods, so there's no need to require extra imports of various traits.
This commit is contained in:
parent
560d9999bc
commit
72557d8312
14 changed files with 518 additions and 641 deletions
|
@ -20,7 +20,7 @@ use parse::token::{get_ident_interner};
|
|||
use print::pprust;
|
||||
|
||||
use std::rt::io;
|
||||
use std::rt::io::extensions::ReaderUtil;
|
||||
use std::rt::io::Reader;
|
||||
use std::rt::io::file::FileInfo;
|
||||
use std::str;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue