We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2834e8c commit cd0c04fCopy full SHA for cd0c04f
src/codec/xz2/decoder.rs
@@ -46,9 +46,7 @@ impl Decode for Xz2Decoder {
46
match status {
47
Status::Ok => Ok(false),
48
Status::StreamEnd => Ok(true),
49
- Status::GetCheck => Err(io::Error::other(
50
- "Unexpected lzma integrity check",
51
- )),
+ Status::GetCheck => Err(io::Error::other("Unexpected lzma integrity check")),
52
Status::MemNeeded => Err(io::Error::other("More memory needed")),
53
}
54
0 commit comments