File tree Expand file tree Collapse file tree 10 files changed +0
-11
lines changed
buck2_server_commands/src Expand file tree Collapse file tree 10 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1111#![ feature( once_cell_try) ]
1212#![ feature( error_generic_member_access) ]
1313#![ feature( if_let_guard) ]
14- #![ feature( let_chains) ]
1514#![ feature( try_blocks) ]
1615#![ feature( try_trait_v2) ]
1716#![ feature( used_with_arg) ]
Original file line number Diff line number Diff line change 1717#![ feature( never_type) ]
1818#![ feature( try_trait_v2) ]
1919#![ feature( used_with_arg) ]
20- #![ feature( let_chains) ]
2120#![ feature( try_blocks) ]
2221
2322pub mod argv;
Original file line number Diff line number Diff line change 1818#![ feature( once_cell_try) ]
1919#![ feature( try_blocks) ]
2020#![ feature( used_with_arg) ]
21- #![ feature( let_chains) ]
2221
2322#[ macro_use]
2423pub mod error;
Original file line number Diff line number Diff line change 99 */
1010
1111#![ feature( error_generic_member_access) ]
12- #![ feature( let_chains) ]
1312#![ feature( trait_alias) ]
1413
1514pub mod any;
Original file line number Diff line number Diff line change 1111// This code is adapted from https://github.com/dtolnay/thiserror licensed under Apache-2.0 or MIT.
1212
1313#![ allow( clippy:: manual_map) ]
14- #![ feature( let_chains) ]
1514
1615mod ast;
1716mod attr;
Original file line number Diff line number Diff line change 1414#![ feature( try_blocks) ]
1515#![ feature( try_trait_v2) ]
1616#![ feature( used_with_arg) ]
17- #![ feature( let_chains) ]
1817
1918pub mod artifact;
2019pub mod artifact_utils;
Original file line number Diff line number Diff line change 1313#![ feature( box_patterns) ]
1414#![ feature( try_trait_v2) ]
1515#![ feature( used_with_arg) ]
16- #![ feature( let_chains) ]
1716
1817pub mod executors;
1918mod incremental_actions_helper;
Original file line number Diff line number Diff line change 88 * above-listed licenses.
99 */
1010
11- #![ feature( let_chains) ]
12-
1311#[ cfg_attr( target_os = "linux" , path = "linux.rs" ) ]
1412#[ cfg_attr( not( target_os = "linux" ) , path = "unsupported.rs" ) ]
1513mod impl_;
Original file line number Diff line number Diff line change 1313//! Implementation of several server commands.
1414
1515#![ feature( box_patterns) ]
16- #![ feature( let_chains) ]
1716#![ feature( try_blocks) ]
1817#![ feature( used_with_arg) ]
1918
Original file line number Diff line number Diff line change 88 * above-listed licenses.
99 */
1010
11- #![ feature( let_chains) ]
1211#![ feature( error_generic_member_access) ]
1312#![ feature( used_with_arg) ]
1413#![ feature( anonymous_lifetime_in_impl_trait) ]
You can’t perform that action at this time.
0 commit comments