diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2024-06-19 21:54:23 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2024-06-23 08:05:45 +0200 |
| commit | f3ae9d166d4b3e1fa4fe5f396363e8c1a09ccbe8 (patch) | |
| tree | d1fdb5454d3e9df1843cd50bc18799d60a3dcdba /rtic-macros/src | |
| parent | d516d9a214152e7bcecbc14bb3cbd22819039c3e (diff) | |
rtic-macros: handle backend flagged as unused
Diffstat (limited to 'rtic-macros/src')
| -rw-r--r-- | rtic-macros/src/syntax/ast.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-macros/src/syntax/ast.rs b/rtic-macros/src/syntax/ast.rs index 06feb1f..bc892e3 100644 --- a/rtic-macros/src/syntax/ast.rs +++ b/rtic-macros/src/syntax/ast.rs @@ -70,6 +70,7 @@ pub struct AppArgs { pub dispatchers: Dispatchers, /// Backend-specific arguments + #[allow(dead_code)] pub backend: Option<BackendArgs>, } |
