rust-clippy/tests/ui/doc/issue_10262.fixed

9 lines
268 B
Rust
Raw Normal View History

2024-03-12 14:15:19 +00:00
#![warn(clippy::doc_markdown)]
// Should only warn for the first line!
/// `AviSynth` documentation:
//~^ ERROR: item in documentation is missing backticks
///
/// > AvisynthPluginInit3 may be called more than once with different IScriptEnvironments.
pub struct Foo;