2020-08-11 15:43:21 +02:00
|
|
|
error: usage of deprecated attribute
|
2024-02-28 13:17:14 +00:00
|
|
|
--> tests/ui/renamed_builtin_attr.rs:3:11
|
2019-02-22 22:19:50 -03:00
|
|
|
|
|
|
|
|
LL | #[clippy::cyclomatic_complexity = "1"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ help: consider using: `cognitive_complexity`
|
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-02-22 22:19:50 -03:00
|
|
|
|