Skip to content

Commit 9617f97

Browse files
committed
Auto merge of #3919 - matthiaskrgr:readme_3, r=flip1995
readme: update Remove the crates.io badge from the readme. Installing clippy via crates.io is deprecated and rustup should be used instead, thus we should not promote crates.io here. Don't have clippy::correctness" lint category in bold letters, I think it looks a little off.
2 parents 5a11ed7 + e8dfafc commit 9617f97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Build Status](https://travis-ci.com/rust-lang/rust-clippy.svg?branch=master)](https://travis-ci.com/rust-lang/rust-clippy)
44
[![Windows Build status](https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy)
5-
[![Current Version](https://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy)
65
[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
76

87
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
@@ -12,7 +11,7 @@ A collection of lints to catch common mistakes and improve your [Rust](https://g
1211
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~annoy~~ help you:
1312

1413
* `clippy::all` (everything that is on by default: all the categories below except for `nursery`, `pedantic`, and `cargo`)
15-
* **`clippy::correctness`** (code that is just outright wrong or very very useless, causes hard errors by default)
14+
* `clippy::correctness` (code that is just **outright wrong** or **very very useless**, causes hard errors by default)
1615
* `clippy::style` (code that should be written in a more idiomatic way)
1716
* `clippy::complexity` (code that does something simple but in a complex way)
1817
* `clippy::perf` (code that can be written in a faster way)

0 commit comments

Comments
 (0)