Skip to content

Commit

Permalink
rustc-1.79.0 lints
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jun 13, 2024
1 parent ed4a09e commit d5f8cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use workflow_i18n::*;
use workflow_wasm::callback::CallbackMap;

pub enum Exception {
#[allow(dead_code)]
UtxoIndexNotEnabled { url: Option<String> },
}

Expand Down
1 change: 1 addition & 0 deletions core/src/modules/account_manager/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::imports::*;
use super::*;

pub struct NetworkState<'context> {
#[allow(dead_code)]
pub context: &'context ManagerContext,
}

Expand Down

0 comments on commit d5f8cf1

Please sign in to comment.