about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/renamed_builtin_attr.rs
blob: 0fb43b7f49016d17f2131ae44fc3e6d332dcad2d (plain)
1
2
3
4
5
//@compile-flags: -Zdeduplicate-diagnostics=yes

#[clippy::cyclomatic_complexity = "1"]
//~^ ERROR: usage of deprecated attribute
fn main() {}