Skip to content

Commit

Permalink
ConstFoldError::Validation => ConstFoldError::ValidationError
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Dec 11, 2024
1 parent cac71ab commit 8698921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-passes/src/const_fold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub struct ConstantFoldPass {
pub enum ConstFoldError {
#[error(transparent)]
#[allow(missing_docs)]
Validation(#[from] ValidatePassError),
ValidationError(#[from] ValidatePassError),
}

impl ConstantFoldPass {
Expand Down

0 comments on commit 8698921

Please sign in to comment.