clippy: run nightly cargo clippy --fix

This commit is contained in:
Ilya Grigoriev 2024-02-19 23:24:28 -08:00
parent 11c67cf979
commit 106483ad6a

View file

@ -583,7 +583,7 @@ fn test_rebase_descendants_abandon_degenerate_merge_preserve() {
tx.mut_repo(), tx.mut_repo(),
&rebase_map, &rebase_map,
&commit_d, &commit_d,
&[&commit_a.id(), &commit_c.id()], &[commit_a.id(), commit_c.id()],
); );
assert_eq!(rebase_map.len(), 1); assert_eq!(rebase_map.len(), 1);