mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
refactor(transformer): remove unneeded lint #[allow] (#7971)
This commit is contained in:
parent
6fc40f030e
commit
d59bbaed08
1 changed files with 0 additions and 1 deletions
|
|
@ -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>>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue