2023-06-02 04:41:57 -05:00
|
|
|
error: error reading Clippy's configuration file: duplicate field `cognitive_complexity_threshold` (provided as `cyclomatic_complexity_threshold`)
|
2023-07-02 07:35:19 -05:00
|
|
|
--> $DIR/$DIR/clippy.toml:3:1
|
2023-06-02 04:41:57 -05:00
|
|
|
|
|
|
|
|
LL | cyclomatic-complexity-threshold = 3
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: error reading Clippy's configuration file: deprecated field `cyclomatic-complexity-threshold`. Please use `cognitive-complexity-threshold` instead
|
2023-07-02 07:35:19 -05:00
|
|
|
--> $DIR/$DIR/clippy.toml:3:1
|
2023-06-02 04:41:57 -05:00
|
|
|
|
|
|
|
|
LL | cyclomatic-complexity-threshold = 3
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error; 1 warning emitted
|
2023-06-02 04:41:57 -05:00
|
|
|
|