mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
cleanup: remove fixed clippy bug workaround
This commit is contained in:
parent
79fb219159
commit
920debcc01
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ mod tests {
|
|||
let id_1 = CommitId::from_hex("111111");
|
||||
let change_id1 = new_change_id();
|
||||
let id_2 = CommitId::from_hex("222222");
|
||||
#[expect(clippy::redundant_clone)] // Work around nightly clippy false positive
|
||||
// TODO: Remove the exception after https://github.com/rust-lang/rust-clippy/issues/10577
|
||||
// is fixed or file a new bug.
|
||||
let change_id2 = change_id1.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue