mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
11 lines
362 B
Text
11 lines
362 B
Text
error: possible intra-doc link using quotes instead of backticks
|
|
--> $DIR/doc_link_with_quotes.rs:7:12
|
|
|
|
|
LL | /// Calls ['bar'] uselessly
|
|
| ^^^^^
|
|
|
|
|
= note: `-D clippy::doc-link-with-quotes` implied by `-D warnings`
|
|
= help: to override `-D warnings` add `#[allow(clippy::doc_link_with_quotes)]`
|
|
|
|
error: aborting due to previous error
|
|
|