Workaround lint for now

This commit is contained in:
Henrik Tjäder 2020-06-04 16:06:18 +00:00
parent 487fea45ce
commit 4b40ff00b6

View file

@ -19,6 +19,7 @@ mod app {
} }
// Should not collide with the struct above // Should not collide with the struct above
#[allow(dead_code)]
struct Resources2 { struct Resources2 {
// A resource // A resource
shared: u32, shared: u32,