From f87d180e7d36e761ef51fb33d9ee2406424de8ee Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Wed, 6 Apr 2022 17:26:33 +0200 Subject: [PATCH] Bump stabilization of stdin_forwarders to 1.62.0. --- library/std/src/io/stdio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/io/stdio.rs b/library/std/src/io/stdio.rs index 38558fb5740..ae16015e35a 100644 --- a/library/std/src/io/stdio.rs +++ b/library/std/src/io/stdio.rs @@ -402,7 +402,7 @@ pub fn read_line(&self, buf: &mut String) -> io::Result { /// } /// ``` #[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> { self.lock().lines() } -- 2.44.0