Unnamed repository; edit this file 'description' to name the repository.
no_effect
| -rw-r--r-- | crates/hir-ty/src/layout/tests/closure.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/hir-ty/src/layout/tests/closure.rs b/crates/hir-ty/src/layout/tests/closure.rs index dd0e5729b6..d32ef217b9 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] |