mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
clippy: run nightly cargo clippy --fix
This commit is contained in:
parent
11c67cf979
commit
106483ad6a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue