Convert html links to intra-doc links

This commit is contained in:
David Tolnay 2025-02-19 22:30:39 -08:00
parent 2706873a04
commit 6706a5121b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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
//!
//! <br>
//!
//! # Example