mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
rtic-macros: handle backend flagged as unused
This commit is contained in:
parent
d516d9a214
commit
f3ae9d166d
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ pub struct AppArgs {
|
||||||
pub dispatchers: Dispatchers,
|
pub dispatchers: Dispatchers,
|
||||||
|
|
||||||
/// Backend-specific arguments
|
/// Backend-specific arguments
|
||||||
|
#[allow(dead_code)]
|
||||||
pub backend: Option<BackendArgs>,
|
pub backend: Option<BackendArgs>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue