diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2020-03-10 01:05:17 +0100 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2020-03-10 01:05:54 +0100 |
| commit | 5fd74a9a6a08d6e5ee116ed032d8e90cb1fd2b8f (patch) | |
| tree | 4a3ccfa66a72ad0fdb4416269b938fdd843450bf | |
| parent | 64b76241417536eed000a5b3b2f95ec096f9574a (diff) | |
| download | rust-5fd74a9a6a08d6e5ee116ed032d8e90cb1fd2b8f.tar.gz rust-5fd74a9a6a08d6e5ee116ed032d8e90cb1fd2b8f.zip | |
clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy.
| -rw-r--r-- | clippy_lints/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clippy_lints/README.md b/clippy_lints/README.md index 2724aa6a052..513583b7e34 100644 --- a/clippy_lints/README.md +++ b/clippy_lints/README.md @@ -1,3 +1 @@ -This crate contains Clippy lints. For the main crate, check -[*crates.io*](https://crates.io/crates/clippy) or -[GitHub](https://github.com/rust-lang/rust-clippy). +This crate contains Clippy lints. For the main crate, check [GitHub](https://github.com/rust-lang/rust-clippy). |
