Apply suggestions from code review

This commit is contained in:
Jane Losare-Lusby 2022-07-15 13:17:44 -07:00 committed by GitHub
parent d8aba1002a
commit 8e8a3be22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,