2023-06-02 09:41:57 +00:00
|
|
|
error: error reading Clippy's configuration file: duplicate field `cognitive-complexity-threshold`
|
2023-07-02 12:35:19 +00:00
|
|
|
--> $DIR/$DIR/clippy.toml:4:1
|
2023-06-02 09:41:57 +00:00
|
|
|
|
|
|
|
|
LL | cognitive-complexity-threshold = 4
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: error reading Clippy's configuration file: deprecated field `cyclomatic-complexity-threshold`. Please use `cognitive-complexity-threshold` instead
|
2023-07-02 12:35:19 +00:00
|
|
|
--> $DIR/$DIR/clippy.toml:2:1
|
2023-06-02 09:41:57 +00:00
|
|
|
|
|
|
|
|
LL | cyclomatic-complexity-threshold = 3
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error; 1 warning emitted
|
2023-06-02 09:41:57 +00:00
|
|
|
|