Skip to content

Commit ef2445b

Browse files
committed
fixup
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent ef16508 commit ef2445b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

encodings/fsst/src/dfa/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ impl FsstMatcher {
191191
}
192192

193193
/// Run the matcher on a single FSST-compressed code sequence.
194-
#[inline]
195194
pub(crate) fn matches(&self, codes: &[u8]) -> bool {
196195
match &self.inner {
197196
MatcherInner::MatchAll => true,
@@ -233,7 +232,6 @@ impl<'a> LikeKind<'a> {
233232
// ---------------------------------------------------------------------------
234233

235234
// TODO: add N-way ILP overrun scan for higher throughput on short strings.
236-
#[inline]
237235
pub(crate) fn dfa_scan_to_bitbuf<T, F>(
238236
n: usize,
239237
offsets: &[T],

0 commit comments

Comments
 (0)