mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
fix: remove duplicate thiserror reference
This commit is contained in:
parent
92b6a5701d
commit
3d7b20de97
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user