]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
[rust.git] / src / tools / clippy / tests / ui-toml / toml_unknown_key / conf_unknown_key.stderr
1 error: error reading Clippy's configuration file `$DIR/clippy.toml`: unknown field `foobar`, expected one of
2            allow-dbg-in-tests
3            allow-expect-in-tests
4            allow-unwrap-in-tests
5            allowed-scripts
6            arithmetic-side-effects-allowed
7            array-size-threshold
8            avoid-breaking-exported-api
9            await-holding-invalid-types
10            blacklisted-names
11            cargo-ignore-publish
12            cognitive-complexity-threshold
13            cyclomatic-complexity-threshold
14            disallowed-macros
15            disallowed-methods
16            disallowed-names
17            disallowed-types
18            doc-valid-idents
19            enable-raw-pointer-heuristic-for-send
20            enforced-import-renames
21            enum-variant-name-threshold
22            enum-variant-size-threshold
23            large-error-threshold
24            literal-representation-threshold
25            max-fn-params-bools
26            max-include-file-size
27            max-struct-bools
28            max-suggested-slice-pattern-length
29            max-trait-bounds
30            msrv
31            pass-by-value-size-limit
32            single-char-binding-names-threshold
33            standard-macro-braces
34            third-party
35            too-large-for-stack
36            too-many-arguments-threshold
37            too-many-lines-threshold
38            trivial-copy-size-limit
39            type-complexity-threshold
40            unreadable-literal-lint-fractions
41            upper-case-acronyms-aggressive
42            vec-box-size-threshold
43            verbose-bit-mask-threshold
44            warn-on-all-wildcard-imports
45        at line 5 column 1
46
47 error: aborting due to previous error
48