Revert to old link since intra-doc link is broken

Can't link from `core` to `std` yet.
This commit is contained in:
Camelid 2020-08-19 18:17:55 -07:00 committed by GitHub
parent e0430a8aa2
commit 22c02bfdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1058,7 +1058,7 @@ impl<T: Default, E> Result<T, E> {
/// ```
///
/// [`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 {