Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc authored Jul 15, 2022
1 parent d8aba10 commit 8e8a3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ impl Error {
/// }
/// }
/// ```
#[unstable(feature = "io_error_downcast", issue = "none")]
#[unstable(feature = "io_error_downcast", issue = "99262")]
pub fn downcast<E>(self) -> result::Result<Box<E>, Self>
where
E: error::Error + Send + Sync + 'static,
Expand Down

0 comments on commit 8e8a3be

Please sign in to comment.