mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
clippy (#2549)
This commit is contained in:
@@ -161,7 +161,7 @@ where
|
||||
_lifetime: std::marker::PhantomData<&'a ()>,
|
||||
}
|
||||
|
||||
impl<'a, TSSTable> Streamer<'a, TSSTable, AlwaysMatch>
|
||||
impl<TSSTable> Streamer<'_, TSSTable, AlwaysMatch>
|
||||
where TSSTable: SSTable
|
||||
{
|
||||
pub fn empty() -> Self {
|
||||
@@ -178,7 +178,7 @@ where TSSTable: SSTable
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a, TSSTable, A> Streamer<'a, TSSTable, A>
|
||||
impl<TSSTable, A> Streamer<'_, TSSTable, A>
|
||||
where
|
||||
A: Automaton,
|
||||
A::State: Clone,
|
||||
|
||||
Reference in New Issue
Block a user