1
Fork 0

Fix feature name.

This commit is contained in:
Without Boats 2018-08-20 23:27:25 +02:00
parent ca258c5d1f
commit a49e1ed0cf
No known key found for this signature in database
GPG key ID: 174625E5E877C0D9

View file

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