Skip to content

Commit d4738e2

Browse files
committed
Remove pub visibility from test object
1 parent 5007009 commit d4738e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binrw/tests/derive/struct.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ fn parse_with_fn_once_closure_args() {
10571057
fn no_clone_needed_for_parse_with() {
10581058
#[binread]
10591059
#[derive(Debug, Eq, PartialEq)]
1060-
pub struct Test {
1060+
struct Test {
10611061
foo: u8,
10621062
#[br(parse_with = files_parser, args(&mut foo))]
10631063
files: u8,

0 commit comments

Comments
 (0)