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)]