mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
15 lines
397 B
Text
15 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
|
|
|