From 61a203438ad7af85fa5719419eec03305d3b7cae Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 15 Mar 2019 09:09:24 +0100 Subject: [PATCH] =?UTF-8?q?feat(runtime-core)=20`SharedMemory.desc`=20is?= =?UTF-8?q?=20not=20used=E2=80=A6=20yet!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/runtime-core/src/memory/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/runtime-core/src/memory/mod.rs b/lib/runtime-core/src/memory/mod.rs index 4a9dccba7..6f532b6d4 100644 --- a/lib/runtime-core/src/memory/mod.rs +++ b/lib/runtime-core/src/memory/mod.rs @@ -284,6 +284,7 @@ impl Clone for UnsharedMemory { } pub struct SharedMemory { + #[allow(dead_code)] desc: MemoryDescriptor, }