mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
fix(ast): remove debug_assertions from debug_name
This commit is contained in:
parent
f4616815ea
commit
6ebb42dbd7
1 changed files with 0 additions and 1 deletions
|
|
@ -458,7 +458,6 @@ impl<'a> GetSpan for AstKind<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(debug_assertions)]
|
|
||||||
impl<'a> AstKind<'a> {
|
impl<'a> AstKind<'a> {
|
||||||
#[allow(clippy::match_same_arms)]
|
#[allow(clippy::match_same_arms)]
|
||||||
/// Get the AST kind name with minimal details. Particularly useful for
|
/// Get the AST kind name with minimal details. Particularly useful for
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue