diff --git a/crates/oxc_transformer/src/typescript/annotations.rs b/crates/oxc_transformer/src/typescript/annotations.rs index 2375b6271ebdb..6b4314e6fc5d3 100644 --- a/crates/oxc_transformer/src/typescript/annotations.rs +++ b/crates/oxc_transformer/src/typescript/annotations.rs @@ -1,5 +1,3 @@ -#![allow(clippy::unused_self)] - use rustc_hash::FxHashSet; use oxc_allocator::Vec as ArenaVec;