fix(server): remove stale mentions of miette

This commit is contained in:
hdbg
2026-04-05 10:44:45 +02:00
committed by Skipper
parent 6a0c512773
commit ba7bfe9b6f
3 changed files with 1 additions and 9 deletions

View File

@@ -41,7 +41,6 @@ pub enum PolicyError {
NoMatchingGrant,
#[error("Integrity error: {0}")]
#[diagnostic(code(arbiter_server::evm::policy_error::integrity))]
Integrity(#[from] integrity::Error),
}