Tobin Harding 74cc80d127
Remove unnecessary clone
Clippy emits:

  warning: using `clone` on type `descriptor::policy::Condition` which
  implements the `Copy` trait

Remove the clone and rely on `Copy`.
2021-05-11 10:51:44 +10:00
..
2021-05-07 16:29:50 +02:00
2021-05-07 16:29:50 +02:00
2021-05-11 10:51:44 +10:00