]> git.lizzy.rs Git - rust.git/blob - tests/ui/doc_link_with_quotes.stderr
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / doc_link_with_quotes.stderr
1 error: possible intra-doc link using quotes instead of backticks
2   --> $DIR/doc_link_with_quotes.rs:7:12
3    |
4 LL | /// Calls ['bar'] uselessly
5    |            ^^^^^
6    |
7    = note: `-D clippy::doc-link-with-quotes` implied by `-D warnings`
8
9 error: aborting due to previous error
10