Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed Jul 30, 2024
1 parent 0fb051a commit c84535c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ path = "src/bin/run_with_importer.rs"
# ------------------------------------------------------------------------------

[features]
default = ["metrics", "tracing", "dev"]
default = ["metrics", "tracing"]

# Application is running in develoment mode.
dev = []
Expand Down
1 change: 0 additions & 1 deletion src/eth/miner/miner_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use clap::Parser;
use display_json::DebugAsJson;

use crate::eth::miner::Miner;
#[cfg(feature = "dev")]
use crate::eth::storage::StratusStorage;
use crate::ext::parse_duration;

Expand Down

0 comments on commit c84535c

Please sign in to comment.