a70b1b9c6c
As part of an ongoing effort to make our error types stable and useful add a stand set of derives to all error types in the library. `#[derive(Debug, Clone, PartialEq, Eq)]` Add `Copy` if possible and the error type does not include `#[non_exhaustive]`. If an error type includes `io::Error` it only gets `#[derive(Debug)]`. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml | ||
build.rs |