diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2025-05-10 10:51:12 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2025-05-12 15:33:37 +0200 |
| commit | 2ce08ca5d6046600ff641bfa4018247f3b9451c5 (patch) | |
| tree | 780e2e53e00dcc24d994cedc2c9593a6c3f216ad /library/std/src/thread | |
| parent | 2b7c13e7786db66605b0a1de017c1fe4aa888206 (diff) | |
| download | rust-2ce08ca5d6046600ff641bfa4018247f3b9451c5.tar.gz rust-2ce08ca5d6046600ff641bfa4018247f3b9451c5.zip | |
update cfg(bootstrap)
Diffstat (limited to 'library/std/src/thread')
| -rw-r--r-- | library/std/src/thread/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/thread/mod.rs b/library/std/src/thread/mod.rs index 6838f15e174..26b2fb44724 100644 --- a/library/std/src/thread/mod.rs +++ b/library/std/src/thread/mod.rs @@ -1676,7 +1676,7 @@ impl fmt::Debug for Thread { /// [`Result`]: crate::result::Result /// [`std::panic::resume_unwind`]: crate::panic::resume_unwind #[stable(feature = "rust1", since = "1.0.0")] -#[cfg_attr(not(bootstrap), doc(search_unbox))] +#[doc(search_unbox)] pub type Result<T> = crate::result::Result<T, Box<dyn Any + Send + 'static>>; // This packet is used to communicate the return value between the spawned |
