mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-01 00:49:30 +00:00
8 lines
238 B
Text
8 lines
238 B
Text
error: error reading Clippy's configuration file: duplicate key `cognitive-complexity-threshold` in document root
|
|
--> $DIR/$DIR/clippy.toml:2:1
|
|
|
|
|
LL | cognitive-complexity-threshold = 4
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|