File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 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
11731173[ `replace_consts` ] : https://rust-lang.github.io/rust-clippy/master/index.html#replace_consts
11741174[ `result_expect_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_expect_used
11751175[ `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
11761177[ `result_map_unwrap_or_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_unwrap_or_else
11771178[ `result_unwrap_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_unwrap_used
11781179[ `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 66
77A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
88
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 )
1010
1111We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
1212
You can’t perform that action at this time.
0 commit comments