mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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!(
|
||||
add_version(
|
||||
txn,
|
||||
client_key,
|
||||
client,
|
||||
parent_version_id,
|
||||
history_segment.clone()
|
||||
)?,
|
||||
add_version(txn, client_key, client, parent_version_id, history_segment)?,
|
||||
AddVersionResult::ExpectedParentVersion(existing_parent_version_id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue