2023-04-08 14:53:50 +01:00
|
|
|
error: error reading Clippy's configuration file: unknown field `foobar`, expected one of
|
2022-05-27 01:30:44 +09:00
|
|
|
allow-dbg-in-tests
|
2022-05-12 12:31:17 -04:00
|
|
|
allow-expect-in-tests
|
2022-11-27 10:12:51 -05:00
|
|
|
allow-mixed-uninlined-format-args
|
2022-11-04 20:33:04 +03:00
|
|
|
allow-print-in-tests
|
2022-05-12 12:31:17 -04:00
|
|
|
allow-unwrap-in-tests
|
|
|
|
allowed-scripts
|
2022-09-08 12:04:55 -03:00
|
|
|
arithmetic-side-effects-allowed
|
2022-12-08 17:41:49 -03:00
|
|
|
arithmetic-side-effects-allowed-binary
|
|
|
|
arithmetic-side-effects-allowed-unary
|
2022-05-12 12:31:17 -04:00
|
|
|
array-size-threshold
|
|
|
|
avoid-breaking-exported-api
|
|
|
|
await-holding-invalid-types
|
|
|
|
blacklisted-names
|
|
|
|
cargo-ignore-publish
|
|
|
|
cognitive-complexity-threshold
|
|
|
|
cyclomatic-complexity-threshold
|
2022-10-05 13:44:01 +00:00
|
|
|
disallowed-macros
|
2022-05-12 12:31:17 -04:00
|
|
|
disallowed-methods
|
2022-06-08 16:20:30 +01:00
|
|
|
disallowed-names
|
2022-05-12 12:31:17 -04:00
|
|
|
disallowed-types
|
|
|
|
doc-valid-idents
|
|
|
|
enable-raw-pointer-heuristic-for-send
|
|
|
|
enforced-import-renames
|
|
|
|
enum-variant-name-threshold
|
|
|
|
enum-variant-size-threshold
|
2023-02-27 11:57:32 +00:00
|
|
|
future-size-threshold
|
2022-10-20 23:40:10 +02:00
|
|
|
ignore-interior-mutability
|
2022-08-24 23:11:19 +02:00
|
|
|
large-error-threshold
|
2022-05-12 12:31:17 -04:00
|
|
|
literal-representation-threshold
|
2022-10-08 02:50:30 +02:00
|
|
|
matches-for-let-else
|
2022-05-12 12:31:17 -04:00
|
|
|
max-fn-params-bools
|
|
|
|
max-include-file-size
|
|
|
|
max-struct-bools
|
|
|
|
max-suggested-slice-pattern-length
|
|
|
|
max-trait-bounds
|
2023-02-09 16:41:45 -05:00
|
|
|
missing-docs-in-crate-items
|
2022-05-12 12:31:17 -04:00
|
|
|
msrv
|
|
|
|
pass-by-value-size-limit
|
2023-04-25 11:14:52 -05:00
|
|
|
semicolon-inside-block-ignore-singleline
|
|
|
|
semicolon-outside-block-ignore-multiline
|
2022-05-12 12:31:17 -04:00
|
|
|
single-char-binding-names-threshold
|
|
|
|
standard-macro-braces
|
2022-11-23 16:26:25 +08:00
|
|
|
suppress-restriction-lint-in-const
|
2022-05-12 12:31:17 -04:00
|
|
|
third-party
|
|
|
|
too-large-for-stack
|
|
|
|
too-many-arguments-threshold
|
|
|
|
too-many-lines-threshold
|
|
|
|
trivial-copy-size-limit
|
|
|
|
type-complexity-threshold
|
2023-04-16 13:35:58 +02:00
|
|
|
unnecessary-box-size
|
2022-05-12 12:31:17 -04:00
|
|
|
unreadable-literal-lint-fractions
|
|
|
|
upper-case-acronyms-aggressive
|
|
|
|
vec-box-size-threshold
|
|
|
|
verbose-bit-mask-threshold
|
|
|
|
warn-on-all-wildcard-imports
|
2023-04-08 14:53:50 +01:00
|
|
|
--> $DIR/clippy.toml:2:1
|
|
|
|
|
|
|
|
|
LL | foobar = 42
|
|
|
|
| ^^^^^^
|
2018-05-30 20:29:00 +02:00
|
|
|
|
2023-04-08 14:53:50 +01:00
|
|
|
error: error reading Clippy's configuration file: unknown field `barfoo`, expected one of
|
|
|
|
allow-dbg-in-tests
|
|
|
|
allow-expect-in-tests
|
|
|
|
allow-mixed-uninlined-format-args
|
|
|
|
allow-print-in-tests
|
|
|
|
allow-unwrap-in-tests
|
|
|
|
allowed-scripts
|
|
|
|
arithmetic-side-effects-allowed
|
|
|
|
arithmetic-side-effects-allowed-binary
|
|
|
|
arithmetic-side-effects-allowed-unary
|
|
|
|
array-size-threshold
|
|
|
|
avoid-breaking-exported-api
|
|
|
|
await-holding-invalid-types
|
|
|
|
blacklisted-names
|
|
|
|
cargo-ignore-publish
|
|
|
|
cognitive-complexity-threshold
|
|
|
|
cyclomatic-complexity-threshold
|
|
|
|
disallowed-macros
|
|
|
|
disallowed-methods
|
|
|
|
disallowed-names
|
|
|
|
disallowed-types
|
|
|
|
doc-valid-idents
|
|
|
|
enable-raw-pointer-heuristic-for-send
|
|
|
|
enforced-import-renames
|
|
|
|
enum-variant-name-threshold
|
|
|
|
enum-variant-size-threshold
|
|
|
|
future-size-threshold
|
|
|
|
ignore-interior-mutability
|
|
|
|
large-error-threshold
|
|
|
|
literal-representation-threshold
|
|
|
|
matches-for-let-else
|
|
|
|
max-fn-params-bools
|
|
|
|
max-include-file-size
|
|
|
|
max-struct-bools
|
|
|
|
max-suggested-slice-pattern-length
|
|
|
|
max-trait-bounds
|
|
|
|
missing-docs-in-crate-items
|
|
|
|
msrv
|
|
|
|
pass-by-value-size-limit
|
|
|
|
semicolon-inside-block-ignore-singleline
|
|
|
|
semicolon-outside-block-ignore-multiline
|
|
|
|
single-char-binding-names-threshold
|
|
|
|
standard-macro-braces
|
|
|
|
suppress-restriction-lint-in-const
|
|
|
|
third-party
|
|
|
|
too-large-for-stack
|
|
|
|
too-many-arguments-threshold
|
|
|
|
too-many-lines-threshold
|
|
|
|
trivial-copy-size-limit
|
|
|
|
type-complexity-threshold
|
|
|
|
unnecessary-box-size
|
|
|
|
unreadable-literal-lint-fractions
|
|
|
|
upper-case-acronyms-aggressive
|
|
|
|
vec-box-size-threshold
|
|
|
|
verbose-bit-mask-threshold
|
|
|
|
warn-on-all-wildcard-imports
|
|
|
|
--> $DIR/clippy.toml:4:1
|
|
|
|
|
|
|
|
|
LL | barfoo = 53
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-05-30 20:29:00 +02:00
|
|
|
|