We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0de3d commit 273e11fCopy full SHA for 273e11f
README.md
@@ -89,7 +89,7 @@ Be sure that Clippy was compiled with the same version of rustc that cargo invok
89
90
## Configuration
91
92
-Some lints can be configured in a TOML file named with `clippy.toml` or `.clippy.toml`. It contains basic `variable = value` mapping eg.
+Some lints can be configured in a TOML file named `clippy.toml` or `.clippy.toml`. It contains a basic `variable = value` mapping eg.
93
94
```toml
95
blacklisted-names = ["toto", "tata", "titi"]
0 commit comments