Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Oct 28, 2024
1 parent 0d3e223 commit a8386ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_linter/src/rules/isort/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ mod tests {
},
)?;
diagnostics.sort_by_key(Ranged::start);
assert_messages!(*snapshot, diagnostics);
assert_messages!(&*snapshot, diagnostics);
Ok(())
}

Expand Down

0 comments on commit a8386ed

Please sign in to comment.