Skip to content

Commit ef2be5c

Browse files
committed
fix: remove unnecessary newline in contains_nested_tuple_struct function
1 parent 8a00f41 commit ef2be5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/loops/manual_flatten.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,5 @@ fn contains_nested_tuple_struct(pats: &[Pat<'_>]) -> bool {
9494
_ => {},
9595
}
9696
}
97-
9897
false
9998
}

0 commit comments

Comments
 (0)