1
0
Fork 0
forked from wry/wry

all: fix clippy lints

This commit is contained in:
Julian Orth 2022-11-03 19:26:35 +01:00
parent 729e47a756
commit e61d6ab074
4 changed files with 6 additions and 6 deletions

View file

@ -54,7 +54,7 @@ impl UsrLinuxDmabuf {
if let Some(owner) = self.owner.get() {
if let Some(format) = formats().get(&ev.format) {
owner.modifier(
*format,
format,
(ev.modifier_hi as u64) << 32 | (ev.modifier_lo as u64),
);
}