summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/doc_link_with_quotes.stderr
blob: 2db1bc09289532e8a18f6771e029ef4fa348df5a (plain)
1
2
3
4
5
6
7
8
9
10
11
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