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:
Alex Crichton 2013-10-25 18:08:45 -07:00
parent 560d9999bc
commit 72557d8312
14 changed files with 518 additions and 641 deletions

View file

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