File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // rustfmt-stable: true
2+
3+ // While we gate the `cfg_select!` formatting behind the `is_nightly_channel!()` check
4+ // this test helps ensure that we don't start formatting `cfg_select!` on the `stable`
5+ // or `beta` release channels. It is intentionally formatted incorrectly. As soon as the
6+ // `is_nightly_channel!()` gate is removed this will start formatting and we can remove this test.
7+ cfg_select ! (
8+ unix => 1 ,
9+ windows => 1 ,
10+ ) ;
Original file line number Diff line number Diff line change 1+ // rustfmt-stable: true
2+
3+ // While we gate the `cfg_select!` formatting behind the `is_nightly_channel!()` check
4+ // this test helps ensure that we don't start formatting `cfg_select!` on the `stable`
5+ // or `beta` release channels. It is intentionally formatted incorrectly. As soon as the
6+ // `is_nightly_channel!()` gate is removed this will start formatting and we can remove this test.
7+ cfg_select ! (
8+ unix => 1 ,
9+ windows => 1 ,
10+ ) ;
You can’t perform that action at this time.
0 commit comments