Merge branch 'master' into fix/windows-warnings-cargo-build

This commit is contained in:
Mackenzie Clark 2019-03-15 14:20:34 -07:00 committed by GitHub
commit c46ff0dcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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