Skip to content

Commit

Permalink
match_wildcard_for_single_variants: remove empty line at start of lin…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jun 4, 2020
1 parent e2fdeec commit 7654125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/matches.rs
Expand Up @@ -270,7 +270,6 @@ declare_clippy_lint! {
/// ```rust
/// # enum Foo { A, B, C }
/// # let x = Foo::B;
///
/// // Bad
/// match x {
/// Foo::A => {},
Expand Down

0 comments on commit 7654125

Please sign in to comment.