mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
c2c73189c8
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
8 lines
250 B
Text
8 lines
250 B
Text
error: usage of deprecated attribute
|
|
--> $DIR/renamed_builtin_attr.rs:1:11
|
|
|
|
|
LL | #[clippy::cyclomatic_complexity = "1"]
|
|
| ^^^^^^^^^^^^^^^^^^^^^ help: consider using: `cognitive_complexity`
|
|
|
|
error: aborting due to 1 previous error
|
|
|