Skip to content

Commit

Permalink
chore: Silence buggy clippy lint (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed May 3, 2024
1 parent 2f4fc49 commit 1c032a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/symbolicator-js/src/lookup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ impl SourceMapLookup {
}

/// Prepares the modules for processing
// This lint is currently buggy
#[allow(clippy::assigning_clones)]
pub fn prepare_modules(&mut self, stacktraces: &mut [JsStacktrace]) {
for stacktrace in stacktraces {
for frame in &mut stacktrace.frames {
Expand Down

0 comments on commit 1c032a9

Please sign in to comment.