diff --git a/crates/oxc_ast/src/ast/js.rs b/crates/oxc_ast/src/ast/js.rs index cb109de5b0375..dc8eeebf0dacb 100644 --- a/crates/oxc_ast/src/ast/js.rs +++ b/crates/oxc_ast/src/ast/js.rs @@ -25,8 +25,6 @@ use oxc_syntax::{ use super::{macros::inherit_variants, *}; -// Dummy comment to run CI - /// Represents the root of a JavaScript abstract syntax tree (AST), containing metadata about the source, /// directives, top-level statements, and scope information. #[ast(visit)]