mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
16 lines
397 B
Text
16 lines
397 B
Text
|
error: item in documentation is missing backticks
|
||
|
--> tests/ui/doc/issue_10262.rs:4:5
|
||
|
|
|
||
|
LL | /// AviSynth documentation:
|
||
|
| ^^^^^^^^
|
||
|
|
|
||
|
= note: `-D clippy::doc-markdown` implied by `-D warnings`
|
||
|
= help: to override `-D warnings` add `#[allow(clippy::doc_markdown)]`
|
||
|
help: try
|
||
|
|
|
||
|
LL | /// `AviSynth` documentation:
|
||
|
| ~~~~~~~~~~
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|