mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
10 lines
270 B
Text
10 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
|
|
|