Commit 7d85648
Remove let_chain feature and update logic
Summary:
The unstable let_chains feature was removed in 1.90.0 for editions below 2024.
While this buck target is edition 2024, the `try_stream!` macro is passing a let_chain over to the [async_stream crate](https://www.internalfb.com/code/fbsource/[17267cc0a688cd26890a0f4ad1940ebc87047a3c]/third-party/rust/vendor/async-stream-0.3.5/src/lib.rs?lines=227) which [isn't 2024 edition.](https://www.internalfb.com/code/fbsource/[17267cc0a688cd26890a0f4ad1940ebc87047a3c]/third-party/rust/vendor/async-stream-0.3.5/Cargo.toml?lines=13)
rust-lang/rust#143214
rust-lang/rust#145878
Reviewed By: diliop
Differential Revision: D83312115
fbshipit-source-id: 64d31b4f400e0546d9985b78c6c3fade5598d28c1 parent be315ae commit 7d85648
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
164 | 169 | | |
165 | 170 | | |
166 | 171 | | |
| |||
0 commit comments