Previously I (@tobias_ruck) accidentally landed empp::ParseError with #[derive(Clone)], which breaks the build.
Adding the derive to DataError fixes it.
Differential D13959
[Chronik] Fix build: Add `Clone` derive to `DataError` tobias_ruck on May 30 2023, 17:18. Authored by Tags None Subscribers None
Details
Previously I (@tobias_ruck) accidentally landed empp::ParseError with #[derive(Clone)], which breaks the build. Adding the derive to DataError fixes it. ninja check-crates
Diff Detail
|