Skip to content

Commit c28f6f3

Browse files
committed
clippy;
1 parent 4a40f0b commit c28f6f3

File tree

1 file changed

+1
-1
lines changed
  • services/src/pro/executor

1 file changed

+1
-1
lines changed

services/src/pro/executor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ mod tests {
265265
data: Default::default(),
266266
});
267267

268-
assert!(pd1.clone().can_join(&pd1));
268+
assert!(pd1.can_join(&pd1));
269269
assert!(!pd1.can_join(&pd2));
270270
assert!(!pd1.can_join(&pd3));
271271
assert!(!pd1.can_join(&pd4));

0 commit comments

Comments
 (0)