aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index aae6552..94bd860 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.40")]
#![allow(
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421
clippy::doc_markdown,