parsers: Update test_size tests

Change certainly due to https://github.com/rust-lang/rust/pull/94075

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-09-30 16:31:03 +02:00
commit 4795b2c628
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
5 changed files with 6 additions and 6 deletions

View file

@ -704,7 +704,7 @@ mod tests {
assert_size!(Senders, 1);
assert_size!(Disposition, 1);
assert_size!(ContentId, 24);
assert_size!(Content, 456);
assert_size!(Content, 448);
assert_size!(Reason, 1);
assert_size!(ReasonElement, 32);
assert_size!(SessionId, 24);