Skip to content

Commit

Permalink
fix: remove duplicate thiserror reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Apr 25, 2024
1 parent 92b6a57 commit 3d7b20d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ you need an error type that can be handled via match or reported. This is
common in library crates where you don't know how your users will handle
your errors.

[thiserror]: https://github.com/dtolnay/thiserror

## Compatibility with `anyhow`

This crate does its best to be usable as a drop in replacement of `anyhow` and
Expand Down

0 comments on commit 3d7b20d

Please sign in to comment.