Skip to content

Commit

Permalink
fix(es/modules): Fix lint issue (#9206)
Browse files Browse the repository at this point in the history
**Related issue:**

 - Closes #9182
  • Loading branch information
kdy1 authored Jul 11, 2024
1 parent da9844b commit efb8636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/swc_ecma_transforms_module/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![deny(clippy::all)]
#![deny(unused)]
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::vec_box)]
#![allow(clippy::mutable_key_type)]
Expand Down

0 comments on commit efb8636

Please sign in to comment.