feat(runtime-core) SharedMemory.desc is not used… yet!

This commit is contained in:
Ivan Enderlin 2019-03-15 09:09:24 +01:00
parent 093757519e
commit 61a203438a

View File

@ -284,6 +284,7 @@ impl Clone for UnsharedMemory {
}
pub struct SharedMemory {
#[allow(dead_code)]
desc: MemoryDescriptor,
}