mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Trigger rebuild for AppVeyor (and fix grammar)
This commit is contained in:
parent
8e0de3d120
commit
273e11fcaf
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user