Skip to content

Commit 73e6a6f

Browse files
committed
formatted
1 parent caf5a67 commit 73e6a6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clippy_lints/src/large_enum_variant.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ use rustc_middle::ty::{self, Ty};
1010
use rustc_session::impl_lint_pass;
1111
use rustc_span::Span;
1212

13-
14-
15-
1613
declare_clippy_lint! {
1714
/// ### What it does
1815
/// Checks for large size differences between variants on
@@ -156,7 +153,6 @@ impl<'tcx> LateLintPass<'tcx> for LargeEnumVariant {
156153
if !is_no_std_crate(cx) {
157154
diag.span_help(def.variants[variants_size[0].ind].span, help_text);
158155
}
159-
160156
},
161157
);
162158
}

0 commit comments

Comments
 (0)