Skip to content

Commit

Permalink
refactor(transformer): remove unnecessary #![warn] attr (#6585)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 15, 2024
1 parent 8c6afe0 commit 7a028b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_transformer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![warn(clippy::print_stdout)]
#![allow(clippy::wildcard_imports)]

//! Transformer / Transpiler
Expand Down

0 comments on commit 7a028b3

Please sign in to comment.