Skip to content

Commit d7638ed

Browse files
committed
Auto merge of rust-lang#102850 - JohnTitor:rollup-lze1w03, r=JohnTitor
Rollup of 8 pull requests Successful merges: - rust-lang#101118 (fs::get_mode enable getting the data via fcntl/F_GETFL on major BSD) - rust-lang#102072 (Add `ptr::Alignment` type) - rust-lang#102799 (rustdoc: remove hover gap in file picker) - rust-lang#102820 (Show let-else suggestion on stable.) - rust-lang#102829 (rename `ImplItemKind::TyAlias` to `ImplItemKind::Type`) - rust-lang#102831 (Don't use unnormalized type in `Ty::fn_sig` call in rustdoc `clean_middle_ty`) - rust-lang#102834 (Remove unnecessary `lift`/`lift_to_tcx` calls from rustdoc) - rust-lang#102838 (remove cfg(bootstrap) from Miri) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents c043a8e + 3b24041 commit d7638ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cargo-miri/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg_attr(bootstrap, feature(let_else))]
21
#![allow(clippy::useless_format, clippy::derive_partial_eq_without_eq, rustc::internal)]
32

43
#[macro_use]

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#![feature(is_some_and)]
1111
#![feature(nonzero_ops)]
1212
#![feature(local_key_cell_methods)]
13-
#![cfg_attr(bootstrap, feature(let_else))]
1413
// Configure clippy and other lints
1514
#![allow(
1615
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)