mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Revert to old link since intra-doc link is broken
Can't link from `core` to `std` yet.
This commit is contained in:
parent
e0430a8aa2
commit
22c02bfdb1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user