Skip to content

Commit

Permalink
Skip formatting for let-else
Browse files Browse the repository at this point in the history
  • Loading branch information
jam1garner committed Feb 5, 2023
1 parent 826c8bc commit 27225b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binrw_derive/src/binrw/combiner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub(crate) fn derive(mut derive_input: DeriveInput) -> proc_macro2::TokenStream
}

/// Check the fields of each input and copy temp state to the other input.
#[rustfmt::skip]
fn apply_temp_crossover(
binread_result: &mut ParseResult<Input>,
binwrite_result: &mut ParseResult<Input>,
Expand Down

0 comments on commit 27225b4

Please sign in to comment.