remove extra size_of tests

This commit is contained in:
Sean McArthur
2018-09-19 15:28:20 -07:00
parent 0735e586e5
commit 449ec8f1f3
2 changed files with 0 additions and 30 deletions

View File

@@ -430,7 +430,3 @@ pub fn detect(headers: &mut HeaderMap, body: Body, check_gzip: bool) -> Decoder
}
}
#[test]
fn mem_size_of() {
assert_eq!(::std::mem::size_of::<Decoder>(), 64);
}