Sign in
rust
/
rust-clippy
/
ef6e711dc1c8feaa1f00a41bc5b0ca9fcbce1fb3
/
.
/
tests
/
ui
/
unknown_attribute.rs
blob: 932f284d5b713a35eba50db5f3a178a9ef8bf1c6 [
file
]
#[
clippy
::
unknown
]
//~^ ERROR: usage of unknown attribute
#[
clippy
::
cognitive_complexity
=
"1"
]
fn
main
()
{}