diff options
| author | bors <bors@rust-lang.org> | 2020-03-10 00:09:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-03-10 00:09:26 +0000 |
| commit | 187bbf0e7bbc1c7da5902cd1a89f286aa063c5ff (patch) | |
| tree | d64547298e8e1ad1684b91b26c6cf556cf14fe32 | |
| parent | c3d3c50253b0b6e91dccfa0f512bb5206eb3c94f (diff) | |
| parent | 5fd74a9a6a08d6e5ee116ed032d8e90cb1fd2b8f (diff) | |
| download | rust-187bbf0e7bbc1c7da5902cd1a89f286aa063c5ff.tar.gz rust-187bbf0e7bbc1c7da5902cd1a89f286aa063c5ff.zip | |
Auto merge of #5295 - matthiaskrgr:lints_readme, r=flip1995
clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy changelog: none
| -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). |
