1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-16 16:20:49 +00:00

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

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