rust/tests/ui/lint/known-tool-in-submodule/submodule.rs

5 lines
66 B
Rust

//@ ignore-test: not a test
#[allow(tool::lint)]
pub fn foo() {}