Skip to content

Commit a81fd6c

Browse files
chris-laplantedjc
authored andcommitted
tests: suppress clippy redundant clone check in test code
1 parent 6cc3814 commit a81fd6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/multi-autodrop.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fn main() {
1212
};
1313

1414
{
15+
#[allow(clippy::redundant_clone)]
1516
let pb2 = pb.clone();
1617
for _ in 0..10 {
1718
pb2.inc(1);

0 commit comments

Comments
 (0)