mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
Fix feature name.
This commit is contained in:
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user