]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Added `cargo dev setup vscode-tasks` for simplicity
[rust.git] / README.md
index 8c0c16c443dfcd4153f43318e9a2568214fb99e6..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
 ```
@@ -236,7 +237,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT
 
 ## License
 
-Copyright 2014-2020 The Rust Project Developers
+Copyright 2014-2021 The Rust Project Developers
 
 Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
 [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)> or the MIT license