Skip to content

Commit 63c3bb3

Browse files
cjlongoriafacebook-github-bot
authored andcommitted
applying rustfix to fbcode
Summary: code changes for compatibility with both 2021 and 2024 rust editions Reviewed By: dtolnay Differential Revision: D74557520 fbshipit-source-id: 54117863ab581812a14ed9d501656a18db19c05a
1 parent 4edcc9a commit 63c3bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub mod ci;
2828
mod platform;
2929

3030
macro_rules! if_win_else {
31-
($windows:expr, $not_windows:expr $(,)?) => {
31+
($windows:expr_2021, $not_windows:expr_2021 $(,)?) => {
3232
if cfg!(windows) {
3333
$windows
3434
} else {

0 commit comments

Comments
 (0)