Skip to content

Commit 7654125

Browse files
committed
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
1 parent e2fdeec commit 7654125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/matches.rs

Lines changed: 0 additions & 1 deletion
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)