Skip to content

Commit

Permalink
Bump stabilization of stdin_forwarders to 1.62.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Apr 6, 2022
1 parent 2437422 commit f87d180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/stdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit f87d180

Please sign in to comment.