mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 13:01:29 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user