Skip to content

Commit

Permalink
Make anyhow reference a bit less strong
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Aug 3, 2024
1 parent 6d632b2 commit f665d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ to call out, but there are many more changes that are documented below:
2. A greatly improved `Display` derive, which allows you to do anything that
`thiserror` provides, but it works for any type not just errors. And by
combining the `Display` derive with the `Error` and `From` derives, there
isn't really any need to use `thiserror` anymore.
shouldn't really be any need to use `thiserror` anymore (if you do have such
a need please report an issue).
3. Traits that can return errors now return a type that implements `Error`
when an error occurs instead of a `&'static str`.

Expand Down

0 comments on commit f665d18

Please sign in to comment.