We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a232b6a commit 2791ae0Copy full SHA for 2791ae0
CHANGELOG.md
@@ -4,8 +4,8 @@
4
5
### Added
6
7
-- Conversion from `Infallible` to `Error` to allow infallible conversion to
8
- extents.
+- `Error` now implements `From<Infallible>`, which allows passing convertible
+ extents (like tuples of integers) where `impl TryInto<Extents>` is required.
9
10
## 0.8.0
11
0 commit comments