mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-08 13:55:23 +02:00
clippy: adhere to pedantic clippy, uniform test error handling
This commit is contained in:
@@ -2,7 +2,7 @@ use serde::Serialize;
|
||||
|
||||
/// Captures instrumentation for each hybrid retrieval stage when diagnostics are enabled.
|
||||
#[derive(Debug, Clone, Default, Serialize)]
|
||||
pub struct PipelineDiagnostics {
|
||||
pub struct Diagnostics {
|
||||
pub collect_candidates: Option<CollectCandidatesStats>,
|
||||
pub enrich_chunks_from_entities: Option<ChunkEnrichmentStats>,
|
||||
pub assemble: Option<AssembleStats>,
|
||||
|
||||
Reference in New Issue
Block a user