]> git.lizzy.rs Git - rust.git/blobdiff - README.md
update_lints
[rust.git] / README.md
index a4a194e5add78a47a59f82832d8ed147e46cf61c..8bcfd8a8430ca2a24e7d4bb2eb4456fdd0c0359b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
 
-[There are 310 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
+[There are 309 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
 
 We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~annoy~~ help you:
 
@@ -80,7 +80,7 @@ Now you can run Clippy by invoking the following command:
 cargo clippy
 ```
 
-#### Automatically applying clippy suggestions
+#### Automatically applying Clippy suggestions
 
 Some Clippy lint suggestions can be automatically applied by `cargo fix`.
 Note that this is still experimental and only supported on the nightly channel:
@@ -180,7 +180,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT
 Copyright 2014-2019 The Rust Project Developers
 
 Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-[https://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
-<LICENSE-MIT or [https://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)>, at your
+[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
+<LICENSE-MIT or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)>, at your
 option. All files in the project carrying such notice may not be
 copied, modified, or distributed except according to those terms.