Skip to content

Commit

Permalink
lint dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarreif committed Sep 24, 2024
1 parent bfcde35 commit 53b0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-auctioneer/src/auction_driver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod builder;
pub(crate) use builder::Builder;

pub(crate) struct AuctionDriver {
#[warn(dead_code)]
#[allow(dead_code)]
metrics: &'static Metrics,
}

Expand Down

0 comments on commit 53b0b04

Please sign in to comment.