From 9e4f94c9388affafffe766565b78261f89f91002 Mon Sep 17 00:00:00 2001 From: Johann Hemmann Date: Fri, 19 Jan 2024 14:15:09 +0100 Subject: [PATCH] no_effect --- crates/hir-ty/src/layout/tests/closure.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/hir-ty/src/layout/tests/closure.rs b/crates/hir-ty/src/layout/tests/closure.rs index dd0e5729b6bd..d32ef217b9e7 100644 --- a/crates/hir-ty/src/layout/tests/closure.rs +++ b/crates/hir-ty/src/layout/tests/closure.rs @@ -1,3 +1,5 @@ +#![allow(clippy::no_effect)] + use crate::size_and_align_expr; #[test]