Skip to content

Commit

Permalink
chore: fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: bsbds <[email protected]>
  • Loading branch information
bsbds committed Mar 26, 2024
1 parent 4440ed7 commit a13ebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/curp-external-api/src/conflict.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub trait SpeculativePoolOp: ConflictPoolOp {
fn insert_if_not_conflict(&mut self, entry: Self::Entry) -> Option<Self::Entry>;
}

/// UncommittedPool operations
/// Uncommitted pool operations
pub trait UncommittedPoolOp: ConflictPoolOp {
/// Inserts a command in to the pool
///
Expand Down

0 comments on commit a13ebad

Please sign in to comment.