Skip to content

Commit

Permalink
remove unnecessary unused_mut rule exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed May 16, 2022
1 parent fc3af79 commit 9a8c281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/tari_console_wallet/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ fn main_inner() -> Result<(), ExitError> {
include_str!("../log4rs_sample.yml"),
)?;

#[cfg_attr(not(all(unix, feature = "libtor")), allow(unused_mut))]
let mut config = ApplicationConfig::load_from(&cfg)?;
config.wallet.network = cli.network.parse()?;

Expand Down

0 comments on commit 9a8c281

Please sign in to comment.