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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
66 B
Rust
Raw Normal View History

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