rust-clippy/tests/ui/doc_link_with_quotes.stderr

11 lines
280 B
Text
Raw Normal View History

2022-02-01 11:21:42 +00:00
error: possible intra-doc link using quotes instead of backticks
--> $DIR/doc_link_with_quotes.rs:7:12
2022-02-01 11:21:42 +00:00
|
LL | /// Calls ['bar'] uselessly
| ^^^^^
2022-02-01 11:21:42 +00:00
|
= note: `-D clippy::doc-link-with-quotes` implied by `-D warnings`
error: aborting due to previous error