Page MenuHomePhabricator

[Chronik] Fix build: Add `Clone` derive to `DataError`
ClosedPublic

Authored by tobias_ruck on May 30 2023, 17:18.

Details

Reviewers
Fabien
PiRK
Group Reviewers
Restricted Project
Commits
rABC9ede986adf08: [Chronik] Fix build: Add `Clone` derive to `DataError`
Summary

Previously I (@tobias_ruck) accidentally landed empp::ParseError with #[derive(Clone)], which breaks the build.

Adding the derive to DataError fixes it.

Test Plan

ninja check-crates

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable