Skip to content

Commit e3836b6

Browse files
cjlongoriafacebook-github-bot
authored andcommitted
remove let_chain feature
Summary: X-link: meta-pytorch/monarch#1388 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 fbshipit-source-id: 6fb40aa7e1c282f453394db5b7f0dab1282c2e35
1 parent 26aed70 commit e3836b6

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

eden/mononoke/bookmarks/warm_bookmarks_cache/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* GNU General Public License version 2.
66
*/
77

8-
#![feature(let_chains)]
9-
108
use std::borrow::Cow;
119
use std::collections::HashMap;
1210
use std::collections::HashSet;

eden/mononoke/cmdlib/mononoke_app/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* GNU General Public License version 2.
66
*/
77

8-
#![feature(let_chains)]
98
#![feature(trait_alias)]
109

1110
mod app;

eden/mononoke/edenapi_service/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
#![feature(associated_type_defaults)]
9-
#![feature(let_chains)]
109
#![feature(try_blocks)]
1110

1211
pub mod context;

eden/mononoke/git_server/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#![recursion_limit = "256"]
99
#![feature(never_type)]
10-
#![feature(let_chains)]
1110
#![feature(cursor_split)]
1211
#![feature(try_blocks)]
1312

eden/mononoke/hooks/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#![cfg_attr(not(fbcode_build), allow(unused_crate_dependencies))]
99
#![cfg_attr(test, feature(trait_alias))]
10-
#![feature(let_chains)]
1110

1211
pub mod errors;
1312
#[cfg(fbcode_build)]

eden/mononoke/lfs_server/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#![recursion_limit = "256"]
99
#![feature(never_type)]
10-
#![feature(let_chains)]
1110

1211
use std::fs::File;
1312
use std::io::Write;

0 commit comments

Comments
 (0)