Skip to content

Commit

Permalink
refactor(transformer): remove unneeded lint #[allow] (#7971)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 17, 2024
1 parent 6fc40f0 commit d59bbae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_transformer/src/typescript/enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ impl<'a> TypeScriptEnum<'a> {
Some(stmt)
}

#[allow(clippy::needless_pass_by_value)]
fn transform_ts_enum_members(
&mut self,
members: &mut ArenaVec<'a, TSEnumMember<'a>>,
Expand Down

0 comments on commit d59bbae

Please sign in to comment.