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