diff --git a/src/lib.rs b/src/lib.rs index aae6552..85795df 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -228,6 +228,7 @@ //! //! [`anyhow`]: https://github.com/dtolnay/anyhow +#![doc(html_root_url = "https://docs.rs/thiserror/1.0.38")] #![allow( // Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421 clippy::doc_markdown,