mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(ast): put assert_layouts.rs behind debug_assertions (#4621)
#4615 was showing as green on all checks, but failed CI on main once merged because of errors in "Test wasm32-wasip1-threads" job, which only runs on main. This change will make sure any such problem gets caught at the PR stage in future.
This commit is contained in:
parent
61e8b8c6c5
commit
ba7000107e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ pub mod syntax_directed_operations;
|
|||
mod trivia;
|
||||
|
||||
mod generated {
|
||||
#[cfg(test)]
|
||||
#[cfg(debug_assertions)]
|
||||
pub mod assert_layouts;
|
||||
pub mod ast_builder;
|
||||
pub mod ast_kind;
|
||||
|
|
|
|||
Loading…
Reference in a new issue