Skip to content

Commit

Permalink
Relax Read bounds on a bunch of BufReader<R> methods
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Feb 13, 2019
1 parent ccd23b9 commit 95840b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/io/buffered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ impl<R: Read> BufReader<R> {
}
}
}
}

impl<R> BufReader<R> {
/// Gets a reference to the underlying reader.
///
/// It is inadvisable to directly read from the underlying reader.
Expand Down

0 comments on commit 95840b3

Please sign in to comment.