Fix feature name.

This commit is contained in:
Without Boats
2018-08-20 23:27:25 +02:00
parent ca258c5d1f
commit a49e1ed0cf
+1 -1
View File
@@ -202,7 +202,7 @@ fn cause(&self) -> Option<&dyn Error> {
/// }
/// }
/// ```
#[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`