Skip to content

Commit

Permalink
Fixes clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
esdrubal committed Aug 27, 2024
1 parent 80e1d2d commit 87b1caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sway-core/src/semantic_analysis/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ impl ty::TyModule {
}
}

#[allow(clippy::arc_with_non_send_sync)]
let ty_module = Arc::new(Self {
span: span.clone(),
submodules,
Expand Down

0 comments on commit 87b1caf

Please sign in to comment.