Skip to content

Commit 8abf15b

Browse files
cjlongoriafacebook-github-bot
authored andcommitted
remove let_chain feature (#1388)
Summary: let_chains were stabilized in 1.88.0 for edition 2024 and removed in 1.90.0 rust-lang/rust#132833 rust-lang/rust#143214 Reviewed By: dtolnay Differential Revision: D83221093
1 parent 4027d5e commit 8abf15b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hyperactor/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
#![feature(panic_update_hook)]
6666
#![feature(type_alias_impl_trait)]
6767
#![feature(trait_alias)]
68-
#![feature(let_chains)]
6968
#![deny(missing_docs)]
7069

7170
pub mod accum;

hyperactor_mesh/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#![feature(assert_matches)]
1212
#![feature(exit_status_error)]
1313
#![feature(impl_trait_in_bindings)]
14-
#![feature(let_chains)]
1514

1615
pub mod actor_mesh;
1716
pub mod alloc;

0 commit comments

Comments
 (0)