Skip to content

Commit 952bcbf

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 Test Plan: ci Reviewed By: dtolnay Differential Revision: D83221093 fbshipit-source-id: 6fb40aa7e1c282f453394db5b7f0dab1282c2e35
1 parent dc0be29 commit 952bcbf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

antlir/antlir2/features/install/install.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
#![feature(let_chains)]
98
use std::collections::HashMap;
109
use std::fs::File;
1110
use std::fs::FileTimes;

antlir/antlir2/features/tarball/tarball.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
#![feature(let_chains)]
9-
108
use std::fs::File;
119
use std::io::BufReader;
1210
use std::os::unix::ffi::OsStrExt;

0 commit comments

Comments
 (0)