fix: remove duplicate thiserror reference

This commit is contained in:
Freja Roberts 2024-04-25 23:42:12 +02:00
parent 92b6a5701d
commit 3d7b20de97

View File

@ -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 common in library crates where you don't know how your users will handle
your errors. your errors.
[thiserror]: https://github.com/dtolnay/thiserror
## Compatibility with `anyhow` ## Compatibility with `anyhow`
This crate does its best to be usable as a drop in replacement of `anyhow` and This crate does its best to be usable as a drop in replacement of `anyhow` and