All error types in the repo use either [0]: - `#[derive(Debug, Clone, PartialEq, Eq)]`` - `#[derive(Debug)]` However the `consensus` error types do not have `Clone` derived. Derive `Clone` on `consensus::ParseError` and `consensus::Error`. [0] Excluding `PushBytesError`, fixed in #3879 |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml |