From 89180ae0abc224246524ddf8f5e987b92f656239 Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:28:45 +0100 Subject: [PATCH] fix(docs): fix two `rustdoc::bare_urls` warnings Fixes #137 --- eyre/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eyre/src/lib.rs b/eyre/src/lib.rs index 5c8d815..5ddf63a 100644 --- a/eyre/src/lib.rs +++ b/eyre/src/lib.rs @@ -237,8 +237,8 @@ //! ## No-std support //! //! No-std support was removed in 2020 in [commit 608a16a] due to unaddressed upstream breakages. -//! [commit 608a16a]: -//! https://github.com/eyre-rs/eyre/pull/29/commits/608a16aa2c2c27eca6c88001cc94c6973c18f1d5 +//! +//! [commit 608a16a]: https://github.com/eyre-rs/eyre/pull/29/commits/608a16aa2c2c27eca6c88001cc94c6973c18f1d5 //! //! ## Comparison to failure //! @@ -304,7 +304,7 @@ //! implements `context` for options which you can import to make existing //! `.context` calls compile. //! -//! [^1]: example and explanation of breakage https://github.com/eyre-rs/eyre/issues/30#issuecomment-647650361 +//! [^1]: example and explanation of breakage //! //! [Report]: https://docs.rs/eyre/*/eyre/struct.Report.html //! [`eyre::EyreHandler`]: https://docs.rs/eyre/*/eyre/trait.EyreHandler.html