fix clippy

This commit is contained in:
Irevoire
2022-10-22 16:35:42 +02:00
parent e35bc48ba6
commit 3283bb0454
31 changed files with 125 additions and 124 deletions

View File

@ -262,7 +262,7 @@ async fn document_addition(
Err(index_scheduler::Error::FileStore(file_store::Error::IoError(e)))
if e.kind() == ErrorKind::NotFound =>
{
()
}
Err(e) => {
log::warn!("Unknown error happened while deleting a malformed update file with uuid {uuid}: {e}");