Bump stabilization of stdin_forwarders to 1.62.0.

This commit is contained in:
Mara Bos
2022-04-06 17:26:33 +02:00
committed by GitHub
parent 2437422622
commit f87d180e7d

View File

@@ -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()
}