We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83791a0 commit e90bfe3Copy full SHA for e90bfe3
crates/oxc_linter/src/rules/unicorn/error_message.rs
@@ -56,7 +56,7 @@ declare_oxc_lint!(
56
57
impl Rule for ErrorMessage {
58
fn run<'a>(&self, node: &AstNode<'a>, ctx: &LintContext<'a>) {
59
- let (callee, span, args) = match &node.kind() {
+ let (callee, span, args) = match node.kind() {
60
AstKind::NewExpression(NewExpression {
61
callee: Expression::Identifier(id),
62
span,
0 commit comments