We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cfb6c2 + b3e0d27 commit ba3fee6Copy full SHA for ba3fee6
src/libstd/io/stdio.rs
@@ -302,7 +302,7 @@ impl Stdin {
302
StdinLock { inner: self.inner.lock().unwrap_or_else(|e| e.into_inner()) }
303
}
304
305
- /// Locks this handle and reads a line of input into the specified buffer.
+ /// Locks this handle and reads a line of input, appending it to the specified buffer.
306
///
307
/// For detailed semantics of this method, see the documentation on
308
/// [`BufRead::read_line`].
0 commit comments