Update configuration for leading dot filename

This commit is contained in:
CYBAI 2018-03-25 16:57:15 +08:00
parent d7d7c12fe1
commit cb9d1727fe
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ if let Some(y) = x { println!("{:?}", y) }
## Configuration
Some lints can be configured in a `clippy.toml` file. It contains basic `variable = value` mapping eg.
Some lints can be configured in a TOML file named with `clippy.toml` or `.clippy.toml`. It contains basic `variable = value` mapping eg.
```toml
blacklisted-names = ["toto", "tata", "titi"]