blob: f9ecb3de219bac99d2f537863b5e1f8d30dda4d2 [file] [log] [blame]
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:
LL + /// `AviSynth` documentation:
|
error: aborting due to 1 previous error