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 2437422 commit f87d180Copy full SHA for f87d180
library/std/src/io/stdio.rs
@@ -402,7 +402,7 @@ impl Stdin {
402
/// }
403
/// ```
404
#[must_use = "`self` will be dropped if the result is not used"]
405
- #[stable(feature = "stdin_forwarders", since = "1.61.0")]
+ #[stable(feature = "stdin_forwarders", since = "1.62.0")]
406
pub fn lines(self) -> Lines<StdinLock<'static>> {
407
self.lock().lines()
408
}
0 commit comments