We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d019a49 commit ad44a7fCopy full SHA for ad44a7f
src/libstd/io/buffered.rs
@@ -407,8 +407,6 @@ impl<W: Write> BufWriter<W> {
407
408
/// Gets a mutable reference to the underlying writer.
409
///
410
- /// # Warning
411
- ///
412
/// It is inadvisable to directly write to the underlying writer.
413
414
/// # Examples
@@ -835,8 +833,6 @@ impl<S: Read + Write> BufStream<S> {
835
833
836
834
/// Gets a mutable reference to the underlying stream.
837
838
839
840
/// It is inadvisable to read directly from or write directly to the
841
/// underlying stream.
842
pub fn get_mut(&mut self) -> &mut S {
0 commit comments