Skip to content

Commit a8957ac

Browse files
committed
Auto merge of rust-lang#5681 - matthiaskrgr:empty_line, r=phansch
match_wildcard_for_single_variants: remove empty line at start of lint example. See https://rust-lang.github.io/rust-clippy/master/index.html#match_wildcard_for_single_variants changelog: none
2 parents e2fdeec + 7654125 commit a8957ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/matches.rs

-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ declare_clippy_lint! {
270270
/// ```rust
271271
/// # enum Foo { A, B, C }
272272
/// # let x = Foo::B;
273-
///
274273
/// // Bad
275274
/// match x {
276275
/// Foo::A => {},

0 commit comments

Comments
 (0)