all: address clippy lints
This commit is contained in:
parent
b2dbcc742c
commit
f4bc7f17bd
4 changed files with 4 additions and 4 deletions
|
|
@ -1507,7 +1507,7 @@ impl VulkanRenderer {
|
|||
};
|
||||
match sync {
|
||||
AcquireSync::None => {}
|
||||
AcquireSync::Implicit { .. } => {
|
||||
AcquireSync::Implicit => {
|
||||
zone!("import implicit");
|
||||
for plane in &buf.template.dmabuf.planes {
|
||||
let fd = dma_buf_export_sync_file(&plane.fd, flag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue