diff options
Diffstat (limited to 'vendor/thiserror/src/lib.rs')
-rw-r--r-- | vendor/thiserror/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/thiserror/src/lib.rs b/vendor/thiserror/src/lib.rs index aae6552d0..94bd86094 100644 --- a/vendor/thiserror/src/lib.rs +++ b/vendor/thiserror/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, |