From 4b40ff00b6c91bc10a4e32bf19449da0ecb0e14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Thu, 4 Jun 2020 16:06:18 +0000 Subject: [PATCH] Workaround lint for now --- examples/resource-user-struct.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/resource-user-struct.rs b/examples/resource-user-struct.rs index 132aa3491a..dbda9a3fd9 100644 --- a/examples/resource-user-struct.rs +++ b/examples/resource-user-struct.rs @@ -19,6 +19,7 @@ mod app { } // Should not collide with the struct above + #[allow(dead_code)] struct Resources2 { // A resource shared: u32,