Skip to content

Commit d58fa4b

Browse files
committed
Fix outdated html_root_url
1 parent c18d807 commit d58fa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
//! will require an explicit `.map_err(Error::msg)` when working with a
207207
//! non-Anyhow error type inside a function that returns Anyhow's error type.
208208
209-
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.85")]
209+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.86")]
210210
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
211211
#![no_std]
212212
#![deny(dead_code, unused_imports, unused_mut)]

0 commit comments

Comments
 (0)