Trigger rebuild for AppVeyor (and fix grammar)

This commit is contained in:
Philipp Hansch 2018-09-02 11:31:39 +02:00
parent 8e0de3d120
commit 273e11fcaf
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B

View File

@ -89,7 +89,7 @@ Be sure that Clippy was compiled with the same version of rustc that cargo invok
## Configuration
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.
```toml
blacklisted-names = ["toto", "tata", "titi"]