]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/doc_link_with_quotes.stderr
Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplett
[rust.git] / src / tools / clippy / 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:1
3    |
4 LL | /// Calls ['bar']
5    | ^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D clippy::doc-link-with-quotes` implied by `-D warnings`
8
9 error: aborting due to previous error
10