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

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