mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-24 03:53:20 +00:00
15 lines
583 B
Text
15 lines
583 B
Text
|
error: error reading Clippy's configuration file: duplicate field `cognitive_complexity_threshold` (provided as `cyclomatic_complexity_threshold`)
|
||
|
--> $DIR/clippy.toml:3:1
|
||
|
|
|
||
|
LL | cyclomatic-complexity-threshold = 3
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: error reading Clippy's configuration file: deprecated field `cyclomatic-complexity-threshold`. Please use `cognitive-complexity-threshold` instead
|
||
|
--> $DIR/clippy.toml:3:1
|
||
|
|
|
||
|
LL | cyclomatic-complexity-threshold = 3
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error; 1 warning emitted
|
||
|
|