Skip to content

Commit 22c02bf

Browse files
authored
Revert to old link since intra-doc link is broken
Can't link from `core` to `std` yet.
1 parent e0430a8 commit 22c02bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/result.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ impl<T: Default, E> Result<T, E> {
10581058
/// ```
10591059
///
10601060
/// [`parse`]: str::parse
1061-
/// [`FromStr`]: FromStr
1061+
/// [`FromStr`]: ../../std/str/trait.FromStr.html
10621062
#[inline]
10631063
#[stable(feature = "result_unwrap_or_default", since = "1.16.0")]
10641064
pub fn unwrap_or_default(self) -> T {

0 commit comments

Comments
 (0)