summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/doc_link_with_quotes.stderr
blob: cd4f87c56b42d18b508c09e3356e163d6b508bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: possible intra-doc link using quotes instead of backticks
  --> $DIR/doc_link_with_quotes.rs:14:12
   |
LL | /// Calls ["bar"] uselessly
   |            ^^^^^

error: aborting due to 2 previous errors