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
#[allow(dead_code)]
struct Resources2 {
// A resource
shared: u32,