Skip to content

Commit 7cf7e43

Browse files
committed
readme
1 parent 883b834 commit 7cf7e43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ rust-clippy
22
===========
33

44
A collection of lints that give helpful tips to newbies.
5+
6+
7+
Lints included in this crate:
8+
9+
- `clippy_single_match`: Warns when a match statement with a single nontrivial arm (i.e, where the other arm is `_ => {}`) is used, and recommends `if let` instead.
10+
- `clippy_box_vec`: Warns on usage of `Box<Vec<T>>`
11+
12+
More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas!

0 commit comments

Comments
 (0)