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