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

@ -72,7 +72,7 @@ impl WpLinuxDrmSyncobjSurfaceV1RequestHandler for WpLinuxDrmSyncobjSurfaceV1 {
}
fn point(hi: u32, lo: u32) -> SyncObjPoint {
SyncObjPoint((hi as u64) << 32 | (lo as u64))
SyncObjPoint(((hi as u64) << 32) | (lo as u64))
}
object_base! {