]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Added `cargo dev setup vscode-tasks` for simplicity
[rust.git] / README.md
index c6b67bb622176873da86108b1f23ae37535a9807..6c556f579ca4f96cdc9e984663d2a3af00e8c364 100644 (file)
--- a/README.md
+++ b/README.md
@@ -147,6 +147,7 @@ Some lints can be configured in a TOML file named `clippy.toml` or `.clippy.toml
 value` mapping eg.
 
 ```toml
+avoid-breaking-exported-api = false
 blacklisted-names = ["toto", "tata", "titi"]
 cognitive-complexity-threshold = 30
 ```