mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
8 lines
265 B
Text
8 lines
265 B
Text
error: error reading Clippy's configuration file: duplicate key `cognitive-complexity-threshold` in document root
|
|
--> $DIR/tests/ui-toml/duplicated_keys/clippy.toml:2:1
|
|
|
|
|
LL | cognitive-complexity-threshold = 4
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|