This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
TypeInfo implementation for PiecewiseLinear and BoundedVec #11915
In #11903, we introduced some manual trait implementations for
TypeInfoas a workaround to silence some warnings: rust-lang/rust#96956.Once the compiler issue is fixed, we should reintroduce the derive implementations.