From 22c02bfdb1f5c0bd6c6500295767c0a156596465 Mon Sep 17 00:00:00 2001 From: Camelid <37223377+camelid@users.noreply.github.com> Date: Wed, 19 Aug 2020 18:17:55 -0700 Subject: [PATCH] Revert to old link since intra-doc link is broken Can't link from `core` to `std` yet. --- library/core/src/result.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/result.rs b/library/core/src/result.rs index 95da7ff1df9..07d3604a05b 100644 --- a/library/core/src/result.rs +++ b/library/core/src/result.rs @@ -1058,7 +1058,7 @@ impl Result { /// ``` /// /// [`parse`]: str::parse - /// [`FromStr`]: FromStr + /// [`FromStr`]: ../../std/str/trait.FromStr.html #[inline] #[stable(feature = "result_unwrap_or_default", since = "1.16.0")] pub fn unwrap_or_default(self) -> T { -- 2.44.0