]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dummy/crates-readme.md
fix new lint error
[rust.git] / clippy_dummy / crates-readme.md
index 0035073549c0570b4d55fcfb050797fa91c9ad29..0decae8b9103d680516a611f740b5d691ad7abba 100644 (file)
@@ -1,9 +1,9 @@
 Installing clippy via crates.io is deprecated. Please use the following:
 
 ```terminal
-rustup component add clippy-preview
+rustup component add clippy
 ```
 
 on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing clippy binary.
 
-See [the homepage](https://github.com/rust-lang-nursery/rust-clippy/#clippy) for more information
\ No newline at end of file
+See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information