2020-08-11 08:43:21 -05:00
|
|
|
error: usage of deprecated attribute
|
2024-02-28 07:17:14 -06:00
|
|
|
--> tests/ui/renamed_builtin_attr.rs:3: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
|
|
|
|