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 1217b45 commit cc6f005Copy full SHA for cc6f005
zlib-rs/src/deflate.rs
@@ -1745,6 +1745,7 @@ pub(crate) const WANT_MIN_MATCH: usize = 4;
1745
1746
pub(crate) const MIN_LOOKAHEAD: usize = STD_MAX_MATCH + STD_MIN_MATCH + 1;
1747
1748
+#[inline]
1749
pub(crate) fn fill_window(stream: &mut DeflateStream) {
1750
debug_assert!(stream.state.lookahead < MIN_LOOKAHEAD);
1751
0 commit comments