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