We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18d807 commit d58fa4bCopy full SHA for d58fa4b
src/lib.rs
@@ -206,7 +206,7 @@
206
//! will require an explicit `.map_err(Error::msg)` when working with a
207
//! non-Anyhow error type inside a function that returns Anyhow's error type.
208
209
-#![doc(html_root_url = "https://docs.rs/anyhow/1.0.85")]
+#![doc(html_root_url = "https://docs.rs/anyhow/1.0.86")]
210
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
211
#![no_std]
212
#![deny(dead_code, unused_imports, unused_mut)]
0 commit comments