From 8e8a3be22f1082da965f6a696be93fbbd7b5d4ba Mon Sep 17 00:00:00 2001 From: Jane Losare-Lusby Date: Fri, 15 Jul 2022 13:17:44 -0700 Subject: Apply suggestions from code review --- library/std/src/io/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std/src') diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index 811688175e0..ff7fdcae16f 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -836,7 +836,7 @@ impl Error { /// } /// } /// ``` - #[unstable(feature = "io_error_downcast", issue = "none")] + #[unstable(feature = "io_error_downcast", issue = "99262")] pub fn downcast(self) -> result::Result, Self> where E: error::Error + Send + Sync + 'static, -- cgit 1.4.1-3-g733a5