mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Workaround lint for now
This commit is contained in:
parent
487fea45ce
commit
4b40ff00b6
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ mod app {
|
|||
}
|
||||
|
||||
// Should not collide with the struct above
|
||||
#[allow(dead_code)]
|
||||
struct Resources2 {
|
||||
// A resource
|
||||
shared: u32,
|
||||
|
|
Loading…
Reference in a new issue