Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 15, 2024
1 parent 95374e6 commit 04e5a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbopack-ecmascript/src/tree_shake/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ pub(super) async fn split(
..
} => {
// If the script file is a common js file, we cannot split the module
if cjs_finder::should_skip_tree_shaking(program, &*special_exports.await?) {
if cjs_finder::should_skip_tree_shaking(program, &special_exports.await?) {
return Ok(SplitResult::Failed {
parse_result: parsed,
}
Expand Down

0 comments on commit 04e5a8e

Please sign in to comment.