Cargo clippy pass

This commit is contained in:
Clément Renault
2019-10-18 13:21:41 +02:00
parent ca26a0f2e4
commit 9dce41ed6b
16 changed files with 82 additions and 66 deletions

View File

@ -152,6 +152,12 @@ impl RawIndexer {
}
}
impl Default for RawIndexer {
fn default() -> Self {
Self::new()
}
}
fn index_token(
token: Token,
id: DocumentId,