2023-04-08 08:53:50 -05:00
|
|
|
error: error reading Clippy's configuration file: unknown field `foobar`, expected one of
|
2023-06-21 21:15:20 -05:00
|
|
|
absolute-paths-allowed-crates
|
|
|
|
absolute-paths-max-segments
|
2023-06-18 14:38:22 -05:00
|
|
|
accept-comment-above-attributes
|
2023-06-04 07:11:50 -05:00
|
|
|
accept-comment-above-statement
|
2022-05-26 11:30:44 -05:00
|
|
|
allow-dbg-in-tests
|
2022-05-12 11:31:17 -05:00
|
|
|
allow-expect-in-tests
|
2022-11-27 09:12:51 -06:00
|
|
|
allow-mixed-uninlined-format-args
|
2023-06-15 14:15:10 -05:00
|
|
|
allow-one-hash-in-raw-strings
|
2022-11-04 12:33:04 -05:00
|
|
|
allow-print-in-tests
|
2023-06-09 14:27:34 -05:00
|
|
|
allow-private-module-inception
|
2022-05-12 11:31:17 -05:00
|
|
|
allow-unwrap-in-tests
|
2023-06-09 17:49:35 -05:00
|
|
|
allowed-idents-below-min-chars
|
2022-05-12 11:31:17 -05:00
|
|
|
allowed-scripts
|
2022-09-08 10:04:55 -05:00
|
|
|
arithmetic-side-effects-allowed
|
2022-12-08 14:41:49 -06:00
|
|
|
arithmetic-side-effects-allowed-binary
|
|
|
|
arithmetic-side-effects-allowed-unary
|
2022-05-12 11:31:17 -05: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 08:44:01 -05:00
|
|
|
disallowed-macros
|
2022-05-12 11:31:17 -05:00
|
|
|
disallowed-methods
|
2022-06-08 10:20:30 -05:00
|
|
|
disallowed-names
|
2022-05-12 11:31:17 -05:00
|
|
|
disallowed-types
|
|
|
|
doc-valid-idents
|
|
|
|
enable-raw-pointer-heuristic-for-send
|
|
|
|
enforced-import-renames
|
|
|
|
enum-variant-name-threshold
|
|
|
|
enum-variant-size-threshold
|
2023-04-20 08:03:25 -05:00
|
|
|
excessive-nesting-threshold
|
2023-02-27 05:57:32 -06:00
|
|
|
future-size-threshold
|
2022-10-20 16:40:10 -05:00
|
|
|
ignore-interior-mutability
|
2022-08-24 16:11:19 -05:00
|
|
|
large-error-threshold
|
2022-05-12 11:31:17 -05:00
|
|
|
literal-representation-threshold
|
2022-10-07 19:50:30 -05:00
|
|
|
matches-for-let-else
|
2022-05-12 11:31:17 -05:00
|
|
|
max-fn-params-bools
|
|
|
|
max-include-file-size
|
|
|
|
max-struct-bools
|
|
|
|
max-suggested-slice-pattern-length
|
|
|
|
max-trait-bounds
|
2023-06-09 17:49:35 -05:00
|
|
|
min-ident-chars-threshold
|
2023-02-09 15:41:45 -06:00
|
|
|
missing-docs-in-crate-items
|
2022-05-12 11:31:17 -05: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 11:31:17 -05:00
|
|
|
single-char-binding-names-threshold
|
2023-05-25 12:46:05 -05:00
|
|
|
stack-size-threshold
|
2022-05-12 11:31:17 -05:00
|
|
|
standard-macro-braces
|
2022-11-23 02:26:25 -06:00
|
|
|
suppress-restriction-lint-in-const
|
2022-05-12 11:31:17 -05: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 06:35:58 -05:00
|
|
|
unnecessary-box-size
|
2022-05-12 11:31:17 -05:00
|
|
|
unreadable-literal-lint-fractions
|
|
|
|
upper-case-acronyms-aggressive
|
|
|
|
vec-box-size-threshold
|
|
|
|
verbose-bit-mask-threshold
|
|
|
|
warn-on-all-wildcard-imports
|
2023-04-20 10:19:36 -05:00
|
|
|
--> $DIR/$DIR/clippy.toml:2:1
|
2023-04-08 08:53:50 -05:00
|
|
|
|
|
|
|
|
LL | foobar = 42
|
|
|
|
| ^^^^^^
|
2018-05-30 13:29:00 -05:00
|
|
|
|
2023-04-08 08:53:50 -05:00
|
|
|
error: error reading Clippy's configuration file: unknown field `barfoo`, expected one of
|
2023-06-21 21:15:20 -05:00
|
|
|
absolute-paths-allowed-crates
|
|
|
|
absolute-paths-max-segments
|
2023-06-18 14:38:22 -05:00
|
|
|
accept-comment-above-attributes
|
2023-06-04 07:11:50 -05:00
|
|
|
accept-comment-above-statement
|
2023-04-08 08:53:50 -05:00
|
|
|
allow-dbg-in-tests
|
|
|
|
allow-expect-in-tests
|
|
|
|
allow-mixed-uninlined-format-args
|
2023-06-15 14:15:10 -05:00
|
|
|
allow-one-hash-in-raw-strings
|
2023-04-08 08:53:50 -05:00
|
|
|
allow-print-in-tests
|
2023-06-09 14:27:34 -05:00
|
|
|
allow-private-module-inception
|
2023-04-08 08:53:50 -05:00
|
|
|
allow-unwrap-in-tests
|
2023-06-09 17:49:35 -05:00
|
|
|
allowed-idents-below-min-chars
|
2023-04-08 08:53:50 -05:00
|
|
|
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
|
2023-06-07 18:22:17 -05:00
|
|
|
excessive-nesting-threshold
|
2023-04-08 08:53:50 -05:00
|
|
|
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
|
2023-06-09 17:49:35 -05:00
|
|
|
min-ident-chars-threshold
|
2023-04-08 08:53:50 -05:00
|
|
|
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
|
2023-06-08 05:54:13 -05:00
|
|
|
stack-size-threshold
|
2023-04-08 08:53:50 -05:00
|
|
|
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
|
2023-04-20 10:19:36 -05:00
|
|
|
--> $DIR/$DIR/clippy.toml:4:1
|
2023-04-08 08:53:50 -05:00
|
|
|
|
|
|
|
|
LL | barfoo = 53
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-05-30 13:29:00 -05:00
|
|
|
|