Skip to content

Commit c77e85e

Browse files
committed
clippy complaint
1 parent d3406a2 commit c77e85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-core/src/stm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ mod tests {
11811181
with_proof_mod(tc, |aggr, _, _msg| {
11821182
let p = aggr.batch_proof.clone();
11831183
let mut index_list = p.indices.clone();
1184-
let values = p.values.clone();
1184+
let values = p.values;
11851185
let batch_proof = {
11861186
index_list[0] += 1;
11871187
BatchPath {

0 commit comments

Comments
 (0)