mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
3 lines
162 B
Rust
3 lines
162 B
Rust
#[path = "auxiliary/submodule.rs"] // don't lint.
|
|
/// This doc comment should not lint, it could be used to add context to the original module doc
|
|
mod submodule;
|