Skip to content

Commit

Permalink
Remove pub visibility from test object
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Dec 1, 2024
1 parent 6cd692b commit 859c6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binrw/tests/derive/struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ fn parse_with_fn_once_closure_args() {
fn no_clone_needed_for_parse_with() {
#[binread]
#[derive(Debug, Eq, PartialEq)]
pub struct Test {
struct Test {
foo: u8,
#[br(parse_with = files_parser, args(&mut foo))]
files: u8,
Expand Down

0 comments on commit 859c6c6

Please sign in to comment.