Skip to content

Commit f87d180

Browse files
authored
Bump stabilization of stdin_forwarders to 1.62.0.
1 parent 2437422 commit f87d180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/stdio.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ impl Stdin {
402402
/// }
403403
/// ```
404404
#[must_use = "`self` will be dropped if the result is not used"]
405-
#[stable(feature = "stdin_forwarders", since = "1.61.0")]
405+
#[stable(feature = "stdin_forwarders", since = "1.62.0")]
406406
pub fn lines(self) -> Lines<StdinLock<'static>> {
407407
self.lock().lines()
408408
}

0 commit comments

Comments
 (0)