refactor(transformer/typescript): remove inactive #[allow(clippy::unused_self)] attr (#7160)

This commit is contained in:
overlookmotel 2024-11-06 12:16:08 +00:00
parent 1dfd241125
commit fd9b44cf13

View file

@ -1,5 +1,3 @@
#![allow(clippy::unused_self)]
use rustc_hash::FxHashSet;
use oxc_allocator::Vec as ArenaVec;