Skip to content

Commit f665d18

Browse files
committed
Make anyhow reference a bit less strong
1 parent 6d632b2 commit f665d18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ to call out, but there are many more changes that are documented below:
1818
2. A greatly improved `Display` derive, which allows you to do anything that
1919
`thiserror` provides, but it works for any type not just errors. And by
2020
combining the `Display` derive with the `Error` and `From` derives, there
21-
isn't really any need to use `thiserror` anymore.
21+
shouldn't really be any need to use `thiserror` anymore (if you do have such
22+
a need please report an issue).
2223
3. Traits that can return errors now return a type that implements `Error`
2324
when an error occurs instead of a `&'static str`.
2425

0 commit comments

Comments
 (0)