We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87322e commit b9bbdc8Copy full SHA for b9bbdc8
gix-archive/tests/archive.rs
@@ -183,7 +183,7 @@ mod from_tree {
183
},
184
|buf| {
185
assert!(
186
- buf.len() < 1270,
+ buf.len() < 1280,
187
"much bigger than uncompressed for some reason (565): {} < 1270",
188
buf.len()
189
);
tests/tools/src/lib.rs
@@ -751,7 +751,6 @@ fn extract_archive(
751
}
752
#[cfg(not(feature = "xz"))]
753
{
754
- use std::io::Read;
755
input_archive.read_to_end(&mut buf)?;
756
757
buf
0 commit comments