From fd9b44cf13df61381276ef542762d0a4500ee912 Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:16:08 +0000 Subject: [PATCH] refactor(transformer/typescript): remove inactive `#[allow(clippy::unused_self)]` attr (#7160) --- crates/oxc_transformer/src/typescript/annotations.rs | 2 -- 1 file changed, 2 deletions(-) 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;