diff --git a/crates/oxc_ast/src/ast_kind.rs b/crates/oxc_ast/src/ast_kind.rs index 7b2c7fef0..f89af714c 100644 --- a/crates/oxc_ast/src/ast_kind.rs +++ b/crates/oxc_ast/src/ast_kind.rs @@ -458,7 +458,6 @@ impl<'a> GetSpan for AstKind<'a> { } } -#[cfg(debug_assertions)] impl<'a> AstKind<'a> { #[allow(clippy::match_same_arms)] /// Get the AST kind name with minimal details. Particularly useful for