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 ac412e9 commit 4341fe2Copy full SHA for 4341fe2
src/ffi/rust.rs
@@ -136,8 +136,7 @@ impl From<FlushCompress> for MZFlush {
136
fn from(value: FlushCompress) -> Self {
137
match value {
138
FlushCompress::None => Self::None,
139
- FlushCompress::Partial => Self::Partial,
140
- FlushCompress::Sync => Self::Sync,
+ FlushCompress::Partial | FlushCompress::Sync => Self::Sync,
141
FlushCompress::Full => Self::Full,
142
FlushCompress::Finish => Self::Finish,
143
}
0 commit comments