We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f395d commit b3e0d27Copy full SHA for b3e0d27
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