Skip to content

Commit

Permalink
fixup! Implement Clone for error enums
Browse files Browse the repository at this point in the history
will squash this one into the appropriate commit.

Co-authored-by: Mingun <Alexander_Sergey@mail.ru>
  • Loading branch information
zeenix and Mingun committed Dec 8, 2022
1 parent 8025695 commit 40e8e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.md
Expand Up @@ -12,7 +12,7 @@

### New Features

- Implement `Clone` for all error types. This required changing `Error::Io` to contain
- [#521]: Implement `Clone` for all error types. This required changing `Error::Io` to contain
`Arc<std::io::Error>` instead of `std::io::Error` since `std::io::Error` does not implement
`Clone`.

Expand Down

0 comments on commit 40e8e5f

Please sign in to comment.