Show diff suggestion format on verbose replacement
``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ```
This commit is contained in:
parent
8c04e39595
commit
f0845adb0c
1017 changed files with 10364 additions and 6943 deletions
|
@ -15,8 +15,9 @@ LL | #![deny(rustdoc::redundant_explicit_links)]
|
|||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [dummy_target]
|
||||
| ~~~~~~~~~~~~~~
|
||||
LL - /// [dummy_target](dummy_target)
|
||||
LL + /// [dummy_target]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:9:22
|
||||
|
@ -30,8 +31,9 @@ LL | /// [`dummy_target`](dummy_target)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`dummy_target`]
|
||||
| ~~~~~~~~~~~~~~~~
|
||||
LL - /// [`dummy_target`](dummy_target)
|
||||
LL + /// [`dummy_target`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:12:11
|
||||
|
@ -45,8 +47,9 @@ LL | /// [Vec](Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [Vec]
|
||||
| ~~~~~
|
||||
LL - /// [Vec](Vec)
|
||||
LL + /// [Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:14:13
|
||||
|
@ -60,8 +63,9 @@ LL | /// [`Vec`](Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`Vec`]
|
||||
| ~~~~~~~
|
||||
LL - /// [`Vec`](Vec)
|
||||
LL + /// [`Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:16:11
|
||||
|
@ -75,8 +79,9 @@ LL | /// [Vec](std::vec::Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [Vec]
|
||||
| ~~~~~
|
||||
LL - /// [Vec](std::vec::Vec)
|
||||
LL + /// [Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:18:13
|
||||
|
@ -90,8 +95,9 @@ LL | /// [`Vec`](std::vec::Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`Vec`]
|
||||
| ~~~~~~~
|
||||
LL - /// [`Vec`](std::vec::Vec)
|
||||
LL + /// [`Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:20:21
|
||||
|
@ -105,8 +111,9 @@ LL | /// [std::vec::Vec](Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::vec::Vec]
|
||||
| ~~~~~~~~~~~~~~~
|
||||
LL - /// [std::vec::Vec](Vec)
|
||||
LL + /// [std::vec::Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:22:23
|
||||
|
@ -120,8 +127,9 @@ LL | /// [`std::vec::Vec`](Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::vec::Vec`]
|
||||
| ~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::vec::Vec`](Vec)
|
||||
LL + /// [`std::vec::Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:24:21
|
||||
|
@ -135,8 +143,9 @@ LL | /// [std::vec::Vec](std::vec::Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::vec::Vec]
|
||||
| ~~~~~~~~~~~~~~~
|
||||
LL - /// [std::vec::Vec](std::vec::Vec)
|
||||
LL + /// [std::vec::Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:26:23
|
||||
|
@ -150,8 +159,9 @@ LL | /// [`std::vec::Vec`](std::vec::Vec)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::vec::Vec`]
|
||||
| ~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::vec::Vec`](std::vec::Vec)
|
||||
LL + /// [`std::vec::Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:29:13
|
||||
|
@ -165,8 +175,9 @@ LL | /// [usize](usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [usize]
|
||||
| ~~~~~~~
|
||||
LL - /// [usize](usize)
|
||||
LL + /// [usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:31:15
|
||||
|
@ -180,8 +191,9 @@ LL | /// [`usize`](usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`usize`]
|
||||
| ~~~~~~~~~
|
||||
LL - /// [`usize`](usize)
|
||||
LL + /// [`usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:33:13
|
||||
|
@ -195,8 +207,9 @@ LL | /// [usize](std::primitive::usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [usize]
|
||||
| ~~~~~~~
|
||||
LL - /// [usize](std::primitive::usize)
|
||||
LL + /// [usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:35:15
|
||||
|
@ -210,8 +223,9 @@ LL | /// [`usize`](std::primitive::usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`usize`]
|
||||
| ~~~~~~~~~
|
||||
LL - /// [`usize`](std::primitive::usize)
|
||||
LL + /// [`usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:37:29
|
||||
|
@ -225,8 +239,9 @@ LL | /// [std::primitive::usize](usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::primitive::usize]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [std::primitive::usize](usize)
|
||||
LL + /// [std::primitive::usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:39:31
|
||||
|
@ -240,8 +255,9 @@ LL | /// [`std::primitive::usize`](usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::primitive::usize`]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::primitive::usize`](usize)
|
||||
LL + /// [`std::primitive::usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:41:29
|
||||
|
@ -255,8 +271,9 @@ LL | /// [std::primitive::usize](std::primitive::usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::primitive::usize]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [std::primitive::usize](std::primitive::usize)
|
||||
LL + /// [std::primitive::usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:43:31
|
||||
|
@ -270,8 +287,9 @@ LL | /// [`std::primitive::usize`](std::primitive::usize)
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::primitive::usize`]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::primitive::usize`](std::primitive::usize)
|
||||
LL + /// [`std::primitive::usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:46:20
|
||||
|
@ -285,8 +303,9 @@ LL | /// [dummy_target](dummy_target) TEXT
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [dummy_target] TEXT
|
||||
| ~~~~~~~~~~~~~~
|
||||
LL - /// [dummy_target](dummy_target) TEXT
|
||||
LL + /// [dummy_target] TEXT
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:48:22
|
||||
|
@ -300,8 +319,9 @@ LL | /// [`dummy_target`](dummy_target) TEXT
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`dummy_target`] TEXT
|
||||
| ~~~~~~~~~~~~~~~~
|
||||
LL - /// [`dummy_target`](dummy_target) TEXT
|
||||
LL + /// [`dummy_target`] TEXT
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:56:20
|
||||
|
@ -315,8 +335,9 @@ LL | /// [dummy_target][dummy_target]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [dummy_target]
|
||||
| ~~~~~~~~~~~~~~
|
||||
LL - /// [dummy_target][dummy_target]
|
||||
LL + /// [dummy_target]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:58:22
|
||||
|
@ -330,8 +351,9 @@ LL | /// [`dummy_target`][dummy_target]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`dummy_target`]
|
||||
| ~~~~~~~~~~~~~~~~
|
||||
LL - /// [`dummy_target`][dummy_target]
|
||||
LL + /// [`dummy_target`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:61:11
|
||||
|
@ -345,8 +367,9 @@ LL | /// [Vec][Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [Vec]
|
||||
| ~~~~~
|
||||
LL - /// [Vec][Vec]
|
||||
LL + /// [Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:63:13
|
||||
|
@ -360,8 +383,9 @@ LL | /// [`Vec`][Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`Vec`]
|
||||
| ~~~~~~~
|
||||
LL - /// [`Vec`][Vec]
|
||||
LL + /// [`Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:65:11
|
||||
|
@ -375,8 +399,9 @@ LL | /// [Vec][std::vec::Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [Vec]
|
||||
| ~~~~~
|
||||
LL - /// [Vec][std::vec::Vec]
|
||||
LL + /// [Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:67:13
|
||||
|
@ -390,8 +415,9 @@ LL | /// [`Vec`][std::vec::Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`Vec`]
|
||||
| ~~~~~~~
|
||||
LL - /// [`Vec`][std::vec::Vec]
|
||||
LL + /// [`Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:69:21
|
||||
|
@ -405,8 +431,9 @@ LL | /// [std::vec::Vec][Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::vec::Vec]
|
||||
| ~~~~~~~~~~~~~~~
|
||||
LL - /// [std::vec::Vec][Vec]
|
||||
LL + /// [std::vec::Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:71:23
|
||||
|
@ -420,8 +447,9 @@ LL | /// [`std::vec::Vec`][Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::vec::Vec`]
|
||||
| ~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::vec::Vec`][Vec]
|
||||
LL + /// [`std::vec::Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:73:21
|
||||
|
@ -435,8 +463,9 @@ LL | /// [std::vec::Vec][std::vec::Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::vec::Vec]
|
||||
| ~~~~~~~~~~~~~~~
|
||||
LL - /// [std::vec::Vec][std::vec::Vec]
|
||||
LL + /// [std::vec::Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:75:23
|
||||
|
@ -450,8 +479,9 @@ LL | /// [`std::vec::Vec`][std::vec::Vec]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::vec::Vec`]
|
||||
| ~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::vec::Vec`][std::vec::Vec]
|
||||
LL + /// [`std::vec::Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:78:13
|
||||
|
@ -465,8 +495,9 @@ LL | /// [usize][usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [usize]
|
||||
| ~~~~~~~
|
||||
LL - /// [usize][usize]
|
||||
LL + /// [usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:80:15
|
||||
|
@ -480,8 +511,9 @@ LL | /// [`usize`][usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`usize`]
|
||||
| ~~~~~~~~~
|
||||
LL - /// [`usize`][usize]
|
||||
LL + /// [`usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:82:13
|
||||
|
@ -495,8 +527,9 @@ LL | /// [usize][std::primitive::usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [usize]
|
||||
| ~~~~~~~
|
||||
LL - /// [usize][std::primitive::usize]
|
||||
LL + /// [usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:84:15
|
||||
|
@ -510,8 +543,9 @@ LL | /// [`usize`][std::primitive::usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`usize`]
|
||||
| ~~~~~~~~~
|
||||
LL - /// [`usize`][std::primitive::usize]
|
||||
LL + /// [`usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:86:29
|
||||
|
@ -525,8 +559,9 @@ LL | /// [std::primitive::usize][usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::primitive::usize]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [std::primitive::usize][usize]
|
||||
LL + /// [std::primitive::usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:88:31
|
||||
|
@ -540,8 +575,9 @@ LL | /// [`std::primitive::usize`][usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::primitive::usize`]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::primitive::usize`][usize]
|
||||
LL + /// [`std::primitive::usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:90:29
|
||||
|
@ -555,8 +591,9 @@ LL | /// [std::primitive::usize][std::primitive::usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::primitive::usize]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [std::primitive::usize][std::primitive::usize]
|
||||
LL + /// [std::primitive::usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:92:31
|
||||
|
@ -570,8 +607,9 @@ LL | /// [`std::primitive::usize`][std::primitive::usize]
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::primitive::usize`]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::primitive::usize`][std::primitive::usize]
|
||||
LL + /// [`std::primitive::usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:95:20
|
||||
|
@ -585,8 +623,9 @@ LL | /// [dummy_target][dummy_target] TEXT
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [dummy_target] TEXT
|
||||
| ~~~~~~~~~~~~~~
|
||||
LL - /// [dummy_target][dummy_target] TEXT
|
||||
LL + /// [dummy_target] TEXT
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:97:22
|
||||
|
@ -600,8 +639,9 @@ LL | /// [`dummy_target`][dummy_target] TEXT
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`dummy_target`] TEXT
|
||||
| ~~~~~~~~~~~~~~~~
|
||||
LL - /// [`dummy_target`][dummy_target] TEXT
|
||||
LL + /// [`dummy_target`] TEXT
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:105:20
|
||||
|
@ -620,8 +660,9 @@ LL | /// [dummy_target]: dummy_target
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [dummy_target]
|
||||
| ~~~~~~~~~~~~~~
|
||||
LL - /// [dummy_target][dummy_target]
|
||||
LL + /// [dummy_target]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:107:22
|
||||
|
@ -640,8 +681,9 @@ LL | /// [dummy_target]: dummy_target
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`dummy_target`]
|
||||
| ~~~~~~~~~~~~~~~~
|
||||
LL - /// [`dummy_target`][dummy_target]
|
||||
LL + /// [`dummy_target`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:110:11
|
||||
|
@ -660,8 +702,9 @@ LL | /// [Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [Vec]
|
||||
| ~~~~~
|
||||
LL - /// [Vec][Vec]
|
||||
LL + /// [Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:112:13
|
||||
|
@ -680,8 +723,9 @@ LL | /// [Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`Vec`]
|
||||
| ~~~~~~~
|
||||
LL - /// [`Vec`][Vec]
|
||||
LL + /// [`Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:114:11
|
||||
|
@ -700,8 +744,9 @@ LL | /// [std::vec::Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [Vec]
|
||||
| ~~~~~
|
||||
LL - /// [Vec][std::vec::Vec]
|
||||
LL + /// [Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:116:13
|
||||
|
@ -720,8 +765,9 @@ LL | /// [std::vec::Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`Vec`]
|
||||
| ~~~~~~~
|
||||
LL - /// [`Vec`][std::vec::Vec]
|
||||
LL + /// [`Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:118:21
|
||||
|
@ -740,8 +786,9 @@ LL | /// [Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::vec::Vec]
|
||||
| ~~~~~~~~~~~~~~~
|
||||
LL - /// [std::vec::Vec][Vec]
|
||||
LL + /// [std::vec::Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:120:23
|
||||
|
@ -760,8 +807,9 @@ LL | /// [Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::vec::Vec`]
|
||||
| ~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::vec::Vec`][Vec]
|
||||
LL + /// [`std::vec::Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:122:21
|
||||
|
@ -780,8 +828,9 @@ LL | /// [std::vec::Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::vec::Vec]
|
||||
| ~~~~~~~~~~~~~~~
|
||||
LL - /// [std::vec::Vec][std::vec::Vec]
|
||||
LL + /// [std::vec::Vec]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:124:23
|
||||
|
@ -800,8 +849,9 @@ LL | /// [std::vec::Vec]: Vec
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::vec::Vec`]
|
||||
| ~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::vec::Vec`][std::vec::Vec]
|
||||
LL + /// [`std::vec::Vec`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:127:13
|
||||
|
@ -820,8 +870,9 @@ LL | /// [usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [usize]
|
||||
| ~~~~~~~
|
||||
LL - /// [usize][usize]
|
||||
LL + /// [usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:129:15
|
||||
|
@ -840,8 +891,9 @@ LL | /// [usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`usize`]
|
||||
| ~~~~~~~~~
|
||||
LL - /// [`usize`][usize]
|
||||
LL + /// [`usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:131:13
|
||||
|
@ -860,8 +912,9 @@ LL | /// [std::primitive::usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [usize]
|
||||
| ~~~~~~~
|
||||
LL - /// [usize][std::primitive::usize]
|
||||
LL + /// [usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:133:15
|
||||
|
@ -880,8 +933,9 @@ LL | /// [std::primitive::usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`usize`]
|
||||
| ~~~~~~~~~
|
||||
LL - /// [`usize`][std::primitive::usize]
|
||||
LL + /// [`usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:135:29
|
||||
|
@ -900,8 +954,9 @@ LL | /// [usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::primitive::usize]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [std::primitive::usize][usize]
|
||||
LL + /// [std::primitive::usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:137:31
|
||||
|
@ -920,8 +975,9 @@ LL | /// [usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::primitive::usize`]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::primitive::usize`][usize]
|
||||
LL + /// [`std::primitive::usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:139:29
|
||||
|
@ -940,8 +996,9 @@ LL | /// [std::primitive::usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [std::primitive::usize]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [std::primitive::usize][std::primitive::usize]
|
||||
LL + /// [std::primitive::usize]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:141:31
|
||||
|
@ -960,8 +1017,9 @@ LL | /// [std::primitive::usize]: usize
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`std::primitive::usize`]
|
||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
LL - /// [`std::primitive::usize`][std::primitive::usize]
|
||||
LL + /// [`std::primitive::usize`]
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:144:20
|
||||
|
@ -980,8 +1038,9 @@ LL | /// [dummy_target]: dummy_target
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [dummy_target] TEXT
|
||||
| ~~~~~~~~~~~~~~
|
||||
LL - /// [dummy_target][dummy_target] TEXT
|
||||
LL + /// [dummy_target] TEXT
|
||||
|
|
||||
|
||||
error: redundant explicit link target
|
||||
--> $DIR/redundant_explicit_links.rs:146:22
|
||||
|
@ -1000,8 +1059,9 @@ LL | /// [dummy_target]: dummy_target
|
|||
the label is used to resolve intra-doc links
|
||||
help: remove explicit link target
|
||||
|
|
||||
LL | /// [`dummy_target`] TEXT
|
||||
| ~~~~~~~~~~~~~~~~
|
||||
LL - /// [`dummy_target`][dummy_target] TEXT
|
||||
LL + /// [`dummy_target`] TEXT
|
||||
|
|
||||
|
||||
error: aborting due to 60 previous errors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue