2022-05-12 11:31:17 -05:00
|
|
|
error: error reading Clippy's configuration file `$DIR/clippy.toml`: unknown field `foobar`, expected one of
|
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
|
2022-11-04 12:33:04 -05:00
|
|
|
allow-print-in-tests
|
2022-05-12 11:31:17 -05:00
|
|
|
allow-unwrap-in-tests
|
|
|
|
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
|
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
|
|
|
|
msrv
|
2023-02-06 14:19:26 -06:00
|
|
|
only-check-missing-docs-in-crate-items
|
2022-05-12 11:31:17 -05:00
|
|
|
pass-by-value-size-limit
|
|
|
|
single-char-binding-names-threshold
|
|
|
|
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
|
|
|
|
unreadable-literal-lint-fractions
|
|
|
|
upper-case-acronyms-aggressive
|
|
|
|
vec-box-size-threshold
|
|
|
|
verbose-bit-mask-threshold
|
|
|
|
warn-on-all-wildcard-imports
|
|
|
|
at line 5 column 1
|
2018-05-30 13:29:00 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|