From 3d7b20de9718192da52fdb5b4902449b19396e86 Mon Sep 17 00:00:00 2001 From: Freja Roberts Date: Thu, 25 Apr 2024 23:42:12 +0200 Subject: [PATCH] fix: remove duplicate thiserror reference --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a0a99fb..37586f1 100644 --- a/README.md +++ b/README.md @@ -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