Remove references to old_{path,io}
This commit is contained in:
parent
fe7f95fb3c
commit
71bc70ea1b
19 changed files with 12 additions and 36 deletions
|
@ -2059,7 +2059,7 @@ impl<T: Iterator<Item=char>> Builder<T> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Decodes a json value from an `&mut old_io::Reader`
|
||||
/// Decodes a json value from an `&mut io::Read`
|
||||
pub fn from_reader(rdr: &mut Read) -> Result<Json, BuilderError> {
|
||||
let mut contents = Vec::new();
|
||||
match rdr.read_to_end(&mut contents) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue