This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Replace manual TypeInfo
implementation for PiecewiseLinear
and BoundedVec
#11915
Labels
I7-refactor
Code needs refactoring.
In #11903, we introduced some manual trait implementations for
TypeInfo
as a workaround to silence some warnings: rust-lang/rust#96956.Once the compiler issue is fixed, we should reintroduce the derive implementations.
The text was updated successfully, but these errors were encountered: