mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-30 11:20:46 +02:00
clippy: adhere to pedantic clippy, uniform test error handling
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user