Merge branch 'master' into feature/vfs

This commit is contained in:
Mackenzie Clark
2019-03-16 13:38:02 -07:00
16 changed files with 75 additions and 50 deletions

View File

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