From efb86368343e7d9909fec21cae8824edac5008e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 11 Jul 2024 22:57:04 +0900 Subject: [PATCH] fix(es/modules): Fix lint issue (#9206) **Related issue:** - Closes https://github.com/swc-project/swc/issues/9182 --- 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)]