Skip to content

Commit 3d1b044

Browse files
committed
remove clippy
1 parent 0329541 commit 3d1b044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/signed_doc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl CatalystSignedDocument {
112112
/// # Errors
113113
///
114114
/// Returns a report of verification failures and the source error.
115-
#[allow(clippy::indexing_slicing, clippy::too_many_lines)]
115+
#[allow(clippy::indexing_slicing)]
116116
pub fn verify<P>(&self, pk_getter: P) -> Result<(), CatalystSignedDocError>
117117
where P: Fn(&KidUri) -> VerifyingKey {
118118
let error_report = ProblemReport::new("Catalyst Signed Document Verification");

0 commit comments

Comments
 (0)