mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
chore: address Rust 1.87.0 clippy lints (#8130)
This commit is contained in:
@ -14,7 +14,7 @@ pub enum KgraphError {
|
||||
#[error("There was an error constructing the graph: {0}")]
|
||||
GraphConstructionError(hyperswitch_constraint_graph::GraphError<dir::DirValue>),
|
||||
#[error("There was an error constructing the context")]
|
||||
ContextConstructionError(AnalysisErrorType),
|
||||
ContextConstructionError(Box<AnalysisErrorType>),
|
||||
#[error("there was an unprecedented indexing error")]
|
||||
IndexingError,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user