Skip to content

Commit d5f8cf1

Browse files
committed
rustc-1.79.0 lints
1 parent ed4a09e commit d5f8cf1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/src/core.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use workflow_i18n::*;
1313
use workflow_wasm::callback::CallbackMap;
1414

1515
pub enum Exception {
16+
#[allow(dead_code)]
1617
UtxoIndexNotEnabled { url: Option<String> },
1718
}
1819

core/src/modules/account_manager/network.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use crate::imports::*;
22
use super::*;
33

44
pub struct NetworkState<'context> {
5+
#[allow(dead_code)]
56
pub context: &'context ManagerContext,
67
}
78

0 commit comments

Comments
 (0)