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