Skip to content

Commit

Permalink
add allow mut
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Aug 10, 2022
1 parent 5271832 commit 4929a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tari_console_wallet/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn main_inner() -> Result<(), ExitError> {
include_str!("../log4rs_sample.yml"),
)?;

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

let runtime = tokio::runtime::Builder::new_multi_thread()
Expand Down

0 comments on commit 4929a78

Please sign in to comment.