Skip to content

Commit 2727d70

Browse files
committed
More dogfood
1 parent a65d1df commit 2727d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/could_be_unsized.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub struct CouldBeUnsized {
6262
}
6363

6464
impl<'tcx> LateLintPass<'tcx> for CouldBeUnsized {
65+
#[allow(clippy::too_many_lines)]
6566
fn check_item(&mut self, cx: &LateContext<'tcx>, item: &'tcx Item<'_>) {
6667
match item.kind {
6768
ItemKind::Struct(_, ref generics) | ItemKind::Enum(_, ref generics) | ItemKind::Union(_, ref generics)

0 commit comments

Comments
 (0)