We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d1df commit 2727d70Copy full SHA for 2727d70
clippy_lints/src/could_be_unsized.rs
@@ -62,6 +62,7 @@ pub struct CouldBeUnsized {
62
}
63
64
impl<'tcx> LateLintPass<'tcx> for CouldBeUnsized {
65
+ #[allow(clippy::too_many_lines)]
66
fn check_item(&mut self, cx: &LateContext<'tcx>, item: &'tcx Item<'_>) {
67
match item.kind {
68
ItemKind::Struct(_, ref generics) | ItemKind::Enum(_, ref generics) | ItemKind::Union(_, ref generics)
0 commit comments