Skip to content

Commit

Permalink
chore: fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 30, 2025
1 parent 667d9f3 commit 6c28001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pub trait ReadOperation: Sized {
pub trait ReadWitness: Sized {
type SealDef: RgbSealDef;
type OperationReader: ReadOperation<SealDef = Self::SealDef, WitnessReader = Self>;
#[allow(clippy::type_complexity)]
fn read_witness(self) -> Step<(SealWitness<<Self::SealDef as RgbSealDef>::Src>, Self), Self::OperationReader>;
}

Expand Down

0 comments on commit 6c28001

Please sign in to comment.