From 4b40ff00b6c91bc10a4e32bf19449da0ecb0e14d Mon Sep 17 00:00:00 2001 From: Henrik Tjäder Date: Thu, 4 Jun 2020 16:06:18 +0000 Subject: Workaround lint for now --- examples/resource-user-struct.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/resource-user-struct.rs') diff --git a/examples/resource-user-struct.rs b/examples/resource-user-struct.rs index 132aa349..dbda9a3f 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, -- cgit v1.2.3