From dc0db358abe19481e475e10c32149b53370f1a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:31 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/anyhow/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/anyhow/src/lib.rs') diff --git a/vendor/anyhow/src/lib.rs b/vendor/anyhow/src/lib.rs index a146e45a0..a946a810d 100644 --- a/vendor/anyhow/src/lib.rs +++ b/vendor/anyhow/src/lib.rs @@ -210,7 +210,7 @@ //! will require an explicit `.map_err(Error::msg)` when working with a //! non-Anyhow error type inside a function that returns Anyhow's error type. -#![doc(html_root_url = "https://docs.rs/anyhow/1.0.70")] +#![doc(html_root_url = "https://docs.rs/anyhow/1.0.71")] #![cfg_attr(backtrace, feature(error_generic_member_access, provide_any))] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![cfg_attr(not(feature = "std"), no_std)] @@ -266,6 +266,7 @@ trait StdError: Debug + Display { } } +#[doc(no_inline)] pub use anyhow as format_err; /// The `Error` type, a wrapper around a dynamic error type. -- cgit v1.2.3