Apply suggestions from code review
This commit is contained in:
parent
d8aba1002a
commit
8e8a3be22f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue