From 6706a5121ba011432e6dc666e6ec461128f49aef Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 19 Feb 2025 22:30:39 -0800 Subject: [PATCH] Convert html links to intra-doc links --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 99df8bf..bf8172b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,8 +9,6 @@ //! This library provides a convenient derive macro for the standard library's //! [`std::error::Error`] trait. //! -//! [`std::error::Error`]: https://doc.rust-lang.org/std/error/trait.Error.html -//! //!
//! //! # Example