mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-10 11:58:33 -05:00
Derives `Clone` (and some other traits) for `ConstraintRef`. Since it is a reference, it should implement Clone. Note that `Clone` for `AlgebraicConstraint` is only auto-derived if `V` is `Clone`, which is the case if `V` is a reference.