Skip to content

Commit

Permalink
Add lifetime annotation to OperationEncoder in CdtOperation struct
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 authored Feb 6, 2024
1 parent 1467a91 commit ae85311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations/cdt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub type OperationEncoder =
#[derive(Clone)]
pub struct CdtOperation<'a> {
pub op: u8,
pub encoder: OperationEncoder,
pub encoder: OperationEncoder<'a>,
pub args: Vec<CdtArgument<'a>>,
}

Expand Down

0 comments on commit ae85311

Please sign in to comment.