Sign in
rust
/
rust-clippy
/
ac8f50473caf0b43c05e07028cae7f13d074efb5
/
.
/
tests
/
ui
/
renamed_builtin_attr.rs
blob: 0fb43b7f49016d17f2131ae44fc3e6d332dcad2d [
file
] [
log
] [
blame
]
//@compile-flags: -Zdeduplicate-diagnostics=yes
#[
clippy
::
cyclomatic_complexity
=
"1"
]
//~^ ERROR: usage of deprecated attribute
fn
main
()
{}