mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix one actual clippy lint: remove an unnecessary clone
This commit is contained in:
parent
b5b9e63a4f
commit
c04ece0e90
1 changed files with 1 additions and 7 deletions
|
@ -132,13 +132,7 @@ mod test {
|
||||||
};
|
};
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
add_version(
|
add_version(txn, client_key, client, parent_version_id, history_segment)?,
|
||||||
txn,
|
|
||||||
client_key,
|
|
||||||
client,
|
|
||||||
parent_version_id,
|
|
||||||
history_segment.clone()
|
|
||||||
)?,
|
|
||||||
AddVersionResult::ExpectedParentVersion(existing_parent_version_id)
|
AddVersionResult::ExpectedParentVersion(existing_parent_version_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue