File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1173,6 +1173,7 @@ Released 2018-09-13
1173
1173
[ `replace_consts` ] : https://rust-lang.github.io/rust-clippy/master/index.html#replace_consts
1174
1174
[ `result_expect_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_expect_used
1175
1175
[ `result_map_unit_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_unit_fn
1176
+ [ `result_map_unwrap_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_unwrap_or
1176
1177
[ `result_map_unwrap_or_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_unwrap_or_else
1177
1178
[ `result_unwrap_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_unwrap_used
1178
1179
[ `reverse_range_loop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#reverse_range_loop
Original file line number Diff line number Diff line change 6
6
7
7
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
8
8
9
- [ There are 333 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
9
+ [ There are 334 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
10
10
11
11
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
12
12
You can’t perform that action at this time.
0 commit comments