Skip to content

Commit 8e8a3be

Browse files
authored
Apply suggestions from code review
1 parent d8aba10 commit 8e8a3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ impl Error {
836836
/// }
837837
/// }
838838
/// ```
839-
#[unstable(feature = "io_error_downcast", issue = "none")]
839+
#[unstable(feature = "io_error_downcast", issue = "99262")]
840840
pub fn downcast<E>(self) -> result::Result<Box<E>, Self>
841841
where
842842
E: error::Error + Send + Sync + 'static,

0 commit comments

Comments
 (0)