diff options
Diffstat (limited to 'library/std/src/error.rs')
| -rw-r--r-- | library/std/src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/error.rs b/library/std/src/error.rs index 2c1aada8a4f..d3b0f8ceb68 100644 --- a/library/std/src/error.rs +++ b/library/std/src/error.rs @@ -38,7 +38,7 @@ use crate::string; /// by an error from a lower-level module, it can allow accessing that error /// via [`Error::source()`]. This makes it possible for the high-level /// module to provide its own errors while also revealing some of the -/// implementation for debugging via [`Error::source`] chains. +/// implementation for debugging via `source` chains. /// /// [`Result<T, E>`]: Result #[stable(feature = "rust1", since = "1.0.0")] |
