We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
map
1 parent 2badd41 commit d80ac64Copy full SHA for d80ac64
src/libcore/option.rs
@@ -1380,7 +1380,7 @@ impl<'a, T> From<&'a Option<T>> for Option<&'a T> {
1380
/// so this technique uses `as_ref` to first take an `Option` to a reference
1381
/// to the value inside the original.
1382
///
1383
- /// [`map`]: enum.Option.html#method.map
+ /// [`map`]: ../../std/option/enum.Option.html#method.map
1384
/// [`String`]: ../../std/string/struct.String.html
1385
/// [`usize`]: ../../std/primitive.usize.html
1386
0 commit comments