clippy: adhere to pedantic clippy, uniform test error handling

This commit is contained in:
Per Stark
2026-05-26 11:43:45 +02:00
parent 6a5d631287
commit 000852c94c
68 changed files with 2468 additions and 2547 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ impl PipelineServices for DefaultPipelineServices {
);
let rerank_lease = match &self.reranker_pool {
Some(pool) => Some(pool.checkout().await),
Some(pool) => pool.checkout().await,
None => None,
};