Fix feature name.
This commit is contained in:
parent
ca258c5d1f
commit
a49e1ed0cf
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ pub trait Error: Debug + Display {
|
|||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
#[stable(feature = "rust1", since = "1.30.0")]
|
||||
#[stable(feature = "error_source", since = "1.30.0")]
|
||||
fn source(&self) -> Option<&(dyn Error + 'static)> { None }
|
||||
|
||||
/// Get the `TypeId` of `self`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue