Skip to content

Commit

Permalink
chore: run layout_assertions only on test builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Aug 2, 2024
1 parent 1f743f3 commit 31a5a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_ast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub mod syntax_directed_operations;
mod trivia;

mod generated {
#[cfg(debug_assertions)]
#[cfg(test)]
pub mod assert_layouts;
pub mod ast_builder;
pub mod ast_kind;
Expand Down

0 comments on commit 31a5a1c

Please sign in to comment.