Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c2c7318

Browse files
NoratriebadrianEffe
andcommitted
Bless clippy tests
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
1 parent fa7cd25 commit c2c7318

File tree

117 files changed

+117
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+117
-117
lines changed

tests/ui-toml/bad_toml/conf_bad_toml.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ error: error reading Clippy's configuration file: expected `.`, `=`
44
LL | fn this_is_obviously(not: a, toml: file) {
55
| ^
66

7-
error: aborting due to previous error
7+
error: aborting due to 1 previous error
88

tests/ui-toml/bad_toml_type/conf_bad_type.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ error: error reading Clippy's configuration file: invalid type: integer `42`, ex
44
LL | disallowed-names = 42
55
| ^^
66

7-
error: aborting due to previous error
7+
error: aborting due to 1 previous error
88

tests/ui-toml/conf_deprecated_key/conf_deprecated_key.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ LL | fn cognitive_complexity() {
2020
= note: `-D clippy::cognitive-complexity` implied by `-D warnings`
2121
= help: to override `-D warnings` add `#[allow(clippy::cognitive_complexity)]`
2222

23-
error: aborting due to previous error; 2 warnings emitted
23+
error: aborting due to 1 previous error; 2 warnings emitted
2424

tests/ui-toml/decimal_literal_representation/decimal_literal_representation.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ LL | let _ = 16777215;
77
= note: `-D clippy::decimal-literal-representation` implied by `-D warnings`
88
= help: to override `-D warnings` add `#[allow(clippy::decimal_literal_representation)]`
99

10-
error: aborting due to previous error
10+
error: aborting due to 1 previous error
1111

tests/ui-toml/disallowed_names_replace/disallowed_names.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ LL | let ducks = ["quack", "quack"];
77
= note: `-D clippy::disallowed-names` implied by `-D warnings`
88
= help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]`
99

10-
error: aborting due to previous error
10+
error: aborting due to 1 previous error
1111

tests/ui-toml/disallowed_script_idents/disallowed_script_idents.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ LL | let カウンタ = 10;
77
= note: `-D clippy::disallowed-script-idents` implied by `-D warnings`
88
= help: to override `-D warnings` add `#[allow(clippy::disallowed_script_idents)]`
99

10-
error: aborting due to previous error
10+
error: aborting due to 1 previous error
1111

tests/ui-toml/doc_valid_idents_append/doc_markdown.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ help: try
1111
LL | /// `TestItemThingyOfCoolness` might sound cool but is not on the list and should be linted.
1212
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
1313

14-
error: aborting due to previous error
14+
error: aborting due to 1 previous error
1515

tests/ui-toml/duplicated_keys/duplicated_keys.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ error: error reading Clippy's configuration file: duplicate key `cognitive-compl
44
LL | cognitive-complexity-threshold = 4
55
| ^
66

7-
error: aborting due to previous error
7+
error: aborting due to 1 previous error
88

tests/ui-toml/duplicated_keys_deprecated/duplicated_keys.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ warning: error reading Clippy's configuration file: deprecated field `cyclomatic
1010
LL | cyclomatic-complexity-threshold = 3
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1212

13-
error: aborting due to previous error; 1 warning emitted
13+
error: aborting due to 1 previous error; 1 warning emitted
1414

tests/ui-toml/duplicated_keys_deprecated_2/duplicated_keys.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ warning: error reading Clippy's configuration file: deprecated field `cyclomatic
1010
LL | cyclomatic-complexity-threshold = 3
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1212

13-
error: aborting due to previous error; 1 warning emitted
13+
error: aborting due to 1 previous error; 1 warning emitted
1414

0 commit comments

Comments
 (0)