mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Bump stabilization of stdin_forwarders to 1.62.0.
This commit is contained in:
parent
2437422622
commit
f87d180e7d
@ -402,7 +402,7 @@ impl Stdin {
|
||||
/// }
|
||||
/// ```
|
||||
#[must_use = "`self` will be dropped if the result is not used"]
|
||||
#[stable(feature = "stdin_forwarders", since = "1.61.0")]
|
||||
#[stable(feature = "stdin_forwarders", since = "1.62.0")]
|
||||
pub fn lines(self) -> Lines<StdinLock<'static>> {
|
||||
self.lock().lines()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user