aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-05-27 00:57:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-05-27 00:57:43 +0000
commita38a6fcce1844b447f70a2879b3dfc67e1fcf53d (patch)
treeccdc6afe4e640374c52c48e0deb8081616d1f538 /src/lib.rs
parent9f7cfa54785da7e0b3bd8256147b7e11ddacf551 (diff)
parent34b93378f7eb8dd2141103ba124fadc3dd33dd47 (diff)
downloadthiserror-a38a6fcce1844b447f70a2879b3dfc67e1fcf53d.tar.gz
Merge "Upgrade thiserror to 1.0.40" am: 82a1b41a70 am: 25b8420904 am: be598c911b am: 34b93378f7
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thiserror/+/2520400 Change-Id: I184e23ea117fd2048ed28f375ed794ab8495941f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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,