Skip to content

Commit 40e8e5f

Browse files
zeenixMingun
andauthored
fixup! Implement Clone for error enums
will squash this one into the appropriate commit. Co-authored-by: Mingun <Alexander_Sergey@mail.ru>
1 parent 8025695 commit 40e8e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### New Features
1414

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

0 commit comments

Comments
 (0)