From ab76683defb4b2f2d773cc47da97ee6ca5372cfd Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sat, 4 Apr 2020 15:33:50 +0200 Subject: [PATCH] Fix tracing_error::SpanTrace link in Readme Just a quick drive-by commit :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa5887..0e1fc07 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ let val: ErrReport = get_optional_val.ok_or_else(|| eyre!("failed to get value)) [`eyre::WrapErr`]: https://docs.rs/eyre/*/eyre/trait.WrapErr.html [`anyhow::Context`]: https://docs.rs/anyhow/*/anyhow/trait.Context.html [`anyhow`]: https://github.com/dtolnay/anyhow -[`tracing_error::SpanTrace`]: https://docs.rs/tracing-error/*/tracing-error/struct.SpanTrace.html +[`tracing_error::SpanTrace`]: https://docs.rs/tracing-error/*/tracing_error/struct.SpanTrace.html [actions-badge]: https://github.com/yaahc/eyre/workflows/Continuous%20integration/badge.svg [actions-url]: https://github.com/yaahc/eyre/actions?query=workflow%3A%22Continuous+integration%22