mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-03-01 13:57:21 +00:00
8 lines
214 B
Text
8 lines
214 B
Text
error: error reading Clippy's configuration file: expected `.`, `=`
|
|
--> $DIR/$DIR/bad_toml/clippy.toml:1:4
|
|
|
|
|
LL | fn this_is_obviously(not: a, toml: file) {
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|