]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown_attribute.rs
Add test for unknown Clippy attributes
[rust.git] / tests / ui / unknown_attribute.rs
1 #[clippy::unknown]
2 #[clippy::cyclomatic_complexity = "1"]
3 fn main() {}