mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
refactor(transformer/typescript): remove inactive #[allow(clippy::unused_self)] attr (#7160)
This commit is contained in:
parent
1dfd241125
commit
fd9b44cf13
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#![allow(clippy::unused_self)]
|
||||
|
||||
use rustc_hash::FxHashSet;
|
||||
|
||||
use oxc_allocator::Vec as ArenaVec;
|
||||
|
|
|
|||
Loading…
Reference in a new issue