From 391ec2bc1b100566e89f79530deae55b74cc6fbb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Mar 2023 15:52:54 -0800 Subject: [PATCH] Set html_root_url --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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,