Skip to content

Commit 2e8a1be

Browse files
committed
new lint: match_like_matches_macro
1 parent ac85692 commit 2e8a1be

18 files changed

+563
-328
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,7 @@ Released 2018-09-13
15131513
[`map_unwrap_or`]: https://rust-lang.github.io/rust-clippy/master/index.html#map_unwrap_or
15141514
[`match_as_ref`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_as_ref
15151515
[`match_bool`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_bool
1516+
[`match_like_matches_macro`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro
15161517
[`match_on_vec_items`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_on_vec_items
15171518
[`match_overlapping_arm`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_overlapping_arm
15181519
[`match_ref_pats`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats

0 commit comments

Comments
 (0)