From cb9d1727fe3042018d1559be3790162224e449ca Mon Sep 17 00:00:00 2001 From: CYBAI Date: Sun, 25 Mar 2018 16:57:15 +0800 Subject: [PATCH] Update configuration for leading dot filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf00f2fdbad..8ccc148942d2 100644 --- a/README.md +++ b/README.md @@ -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"]