From e013cf8afcf74a5f27feb7ebb0dca248e5c489fe Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Fri, 11 Apr 2025 11:35:10 -0700 Subject: rustdoc-search: add unbox flag to Result aliases Fixes #139665 --- library/std/src/io/error.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/std/src/io') diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index 2498fb8d24f..cf3778bd290 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -48,6 +48,7 @@ use crate::{error, fmt, result, sys}; /// } /// ``` #[stable(feature = "rust1", since = "1.0.0")] +#[cfg_attr(not(bootstrap), doc(search_unbox))] pub type Result = result::Result; /// The error type for I/O operations of the [`Read`], [`Write`], [`Seek`], and -- cgit 1.4.1-3-g733a5