Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d7d2ba

Browse files
committedJun 4, 2025·
fixed all reviews
1 parent 7333e7e commit 9d7d2ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+53
-312
lines changed
 

‎library/core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
//
9696
// Library features:
9797
// tidy-alphabetical-start
98-
#![cfg_attr(bootstrap, feature(if_let_guard))]
9998
#![feature(array_ptr_get)]
10099
#![feature(asm_experimental_arch)]
101100
#![feature(bigint_helper_methods)]

‎library/std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@
268268
all(target_vendor = "fortanix", target_env = "sgx"),
269269
feature(slice_index_methods, coerce_unsized, sgx_platform)
270270
)]
271-
#![cfg_attr(bootstrap, feature(if_let_guard))]
272271
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
273272
#![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
274273
#![cfg_attr(target_arch = "wasm64", feature(simd_wasm64))]

0 commit comments

Comments
 (0)
Please sign in to comment.