Skip to content

Commit

Permalink
auction: fix spurious warning
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Apr 17, 2024
1 parent 6b26c32 commit 16b0a00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ trait Inner: StateWrite {

impl<T: StateWrite + ?Sized> Inner for T {}

#[allow(unused)] // Spurious warning that this is not used.
struct TriggerData {
pub start_height: u64,
pub end_height: u64,
Expand Down

0 comments on commit 16b0a00

Please sign in to comment.