Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 27, 2024
1 parent ea46486 commit 481e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_ecmascript/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ mod to_string;
#[cfg(feature = "constant_evaluation")]
pub mod constant_evaluation;

mod array_join;
#[cfg(feature = "side_effects")]
pub mod side_effects;
mod array_join;

pub use self::{
bound_names::BoundNames, is_simple_parameter_list::IsSimpleParameterList,
Expand Down

0 comments on commit 481e2c3

Please sign in to comment.