Skip to content

Commit 3a814f3

Browse files
pickfireJoshua Nelson
and
Joshua Nelson
authored
Reduce duplicate doc link in error
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 9ea4593 commit 3a814f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ use crate::string;
3838
/// by an error from a lower-level module, it can allow accessing that error
3939
/// via [`Error::source()`]. This makes it possible for the high-level
4040
/// module to provide its own errors while also revealing some of the
41-
/// implementation for debugging via [`Error::source`] chains.
41+
/// implementation for debugging via `source` chains.
4242
///
4343
/// [`Result<T, E>`]: Result
4444
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)