Skip to content

Commit

Permalink
clippy: run nightly cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 20, 2024
1 parent 11c67cf commit 106483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/test_rewrite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ fn test_rebase_descendants_abandon_degenerate_merge_preserve() {
tx.mut_repo(),
&rebase_map,
&commit_d,
&[&commit_a.id(), &commit_c.id()],
&[commit_a.id(), commit_c.id()],
);
assert_eq!(rebase_map.len(), 1);

Expand Down

0 comments on commit 106483a

Please sign in to comment.