mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-17 02:08:28 +00:00
11 lines
270 B
Text
11 lines
270 B
Text
|
error: possible intra-doc link using quotes instead of backticks
|
||
|
--> $DIR/doc_link_with_quotes.rs:7:1
|
||
|
|
|
||
|
LL | /// Calls ['bar']
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: `-D clippy::doc-link-with-quotes` implied by `-D warnings`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|