We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0329541 commit 3d1b044Copy full SHA for 3d1b044
rust/signed_doc/src/lib.rs
@@ -112,7 +112,7 @@ impl CatalystSignedDocument {
112
/// # Errors
113
///
114
/// Returns a report of verification failures and the source error.
115
- #[allow(clippy::indexing_slicing, clippy::too_many_lines)]
+ #[allow(clippy::indexing_slicing)]
116
pub fn verify<P>(&self, pk_getter: P) -> Result<(), CatalystSignedDocError>
117
where P: Fn(&KidUri) -> VerifyingKey {
118
let error_report = ProblemReport::new("Catalyst Signed Document Verification");
0 commit comments