2020-08-11 08:43:21 -05:00
|
|
|
error: usage of deprecated attribute
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/renamed_builtin_attr.rs:1:11
|
2019-02-22 19:19:50 -06:00
|
|
|
|
|
|
|
|
LL | #[clippy::cyclomatic_complexity = "1"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ help: consider using: `cognitive_complexity`
|
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-02-22 19:19:50 -06:00
|
|
|
|