mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
refactor(transformer): remove unnecessary #![warn] attr (#6585)
This commit is contained in:
parent
8c6afe05f3
commit
7a028b30e0
1 changed files with 0 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#![warn(clippy::print_stdout)]
|
||||
#![allow(clippy::wildcard_imports)]
|
||||
|
||||
//! Transformer / Transpiler
|
||||
|
|
|
|||
Loading…
Reference in a new issue