summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/duplicated_keys_deprecated/duplicated_keys.stderr
blob: 0af8c0add6c6adc35e546fefd5fb98e8a7c60ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: error reading Clippy's configuration file: duplicate field `cognitive_complexity_threshold` (provided as `cyclomatic_complexity_threshold`)
  --> $DIR/$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/$DIR/clippy.toml:3:1
   |
LL | cyclomatic-complexity-threshold = 3
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error; 1 warning emitted