all: address clippy lints
This commit is contained in:
parent
3056c9af71
commit
02a18f620b
4 changed files with 6 additions and 6 deletions
|
|
@ -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! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue