Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Feb 8, 2025
1 parent 0f59828 commit 85b6679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_transformer/src/decorator/legacy_decorator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ impl<'a> LegacyDecorator<'a, '_> {
}

/// Transforms the decorators of the parameters of a class method.
#[allow(clippy::cast_precision_loss)]
#[expect(clippy::cast_precision_loss)]
fn transform_decorators_of_parameters(
&self,
decorations: &mut ArenaVec<'a, ArrayExpressionElement<'a>>,
Expand Down

0 comments on commit 85b6679

Please sign in to comment.