all: address clippy lints
This commit is contained in:
parent
e5fd0fa192
commit
9e67158f47
29 changed files with 31 additions and 68 deletions
|
|
@ -101,7 +101,7 @@ impl VulkanAllocation {
|
|||
Ok(f(self.mem.unwrap(), self.size as usize))
|
||||
}
|
||||
|
||||
fn incoherent_range(&self, mask: u64) -> MappedMemoryRange {
|
||||
fn incoherent_range(&self, mask: u64) -> MappedMemoryRange<'static> {
|
||||
MappedMemoryRange::default()
|
||||
.memory(self.memory)
|
||||
.offset(self.offset & !mask)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue