Skip to content

Commit

Permalink
Arc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 21, 2025
1 parent eff9e80 commit 53291e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub fn dce(
in_strict: false,
remaining_depth: 2,
},
config,
config: Arc::new(config),
changed: false,
pass: 0,
in_fn: false,
Expand Down Expand Up @@ -85,7 +85,7 @@ impl Default for Config {
struct TreeShaker {
expr_ctx: ExprCtx,

config: Config,
config: Arc<Config>,
changed: bool,
pass: u16,

Expand Down

0 comments on commit 53291e7

Please sign in to comment.