1
0
Fork 0
forked from wry/wry

all: address clippy lints

This commit is contained in:
Julian Orth 2025-02-21 10:31:52 +01:00
parent 3056c9af71
commit 02a18f620b
4 changed files with 6 additions and 6 deletions

View file

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