From f0ef4caf99daa9faaea83f538cf9b98993ff70de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 11 Jul 2024 19:43:10 +0900 Subject: [PATCH] fix --- crates/swc_ecma_transforms_module/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/swc_ecma_transforms_module/src/lib.rs b/crates/swc_ecma_transforms_module/src/lib.rs index 55c7da5163fd..7956a5409e5a 100644 --- a/crates/swc_ecma_transforms_module/src/lib.rs +++ b/crates/swc_ecma_transforms_module/src/lib.rs @@ -1,5 +1,4 @@ #![deny(clippy::all)] -#![deny(unused)] #![allow(clippy::needless_lifetimes)] #![allow(clippy::vec_box)] #![allow(clippy::mutable_key_type)]