We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26a25b commit 741c3eeCopy full SHA for 741c3ee
binrw_derive/src/binrw/codegen/read_options.rs
@@ -143,7 +143,7 @@ impl<'input> PreludeGenerator<'input> {
143
#head
144
let #POS = #SEEK_TRAIT::stream_position(#reader_var)?;
145
};
146
- };
+ }
147
148
self
149
}
binrw_derive/src/binrw/combiner.rs
@@ -96,9 +96,9 @@ fn apply_temp_crossover_enum(
96
combine_error(&mut all_errors, error);
97
98
99
- (EnumVariant::Unit(_), EnumVariant::Unit(_)) => continue,
+ (EnumVariant::Unit(_), EnumVariant::Unit(_)) => {}
100
_ => unreachable!("read and write input should always be the same kind"),
101
102
103
all_errors
104
0 commit comments