From 788f7e8bbdace7a82ecf4e5d914901b371d95ff3 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Wed, 4 Mar 2020 17:15:40 -0800 Subject: [PATCH] Another one bites the dust --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c1196..6404ce6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The main changes this crate brings to anyhow are the type of the custom context. These changes were made in order to facilitate the usage of -[`tracing::SpanTrace`] with anyhow, which is a Backtrace-like type for +[`tracing_error::SpanTrace`] with anyhow, which is a Backtrace-like type for rendering custom defined runtime context. ```toml