Skip to content

Commit

Permalink
make the field zero_sized_values in candid::de::Config public (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk authored Sep 4, 2023
1 parent b7755ea commit c862f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/candid/src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl<'de> IDLDeserialize<'de> {
}

pub struct Config {
zero_sized_values: usize,
pub zero_sized_values: usize,
}

macro_rules! assert {
Expand Down

0 comments on commit c862f83

Please sign in to comment.