We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea4593 commit 3a814f3Copy full SHA for 3a814f3
library/std/src/error.rs
@@ -38,7 +38,7 @@ use crate::string;
38
/// by an error from a lower-level module, it can allow accessing that error
39
/// via [`Error::source()`]. This makes it possible for the high-level
40
/// module to provide its own errors while also revealing some of the
41
-/// implementation for debugging via [`Error::source`] chains.
+/// implementation for debugging via `source` chains.
42
///
43
/// [`Result<T, E>`]: Result
44
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments