Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron authored Aug 2, 2024
1 parent 4c605ca commit c2df02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to call out, but there are many more changes that are documented below:
`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.
3. Traits that can return errors now return a type that implements `Error``
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 c2df02e

Please sign in to comment.