chore: clippy
This commit is contained in:
parent
3b70bc0265
commit
0847247c33
77 changed files with 865 additions and 1029 deletions
|
|
@ -68,7 +68,7 @@ impl ClientDndGrabHandler for State {
|
|||
seat: Seat<Self>,
|
||||
) {
|
||||
let user_data = seat.user_data();
|
||||
user_data.insert_if_missing_threadsafe::<Mutex<Option<DnDIcon>>, _>(|| Default::default());
|
||||
user_data.insert_if_missing_threadsafe::<Mutex<Option<DnDIcon>>, _>(Default::default);
|
||||
|
||||
let offset = if let CursorImageStatus::Surface(ref surface) = seat.cursor_image_status() {
|
||||
compositor::with_states(surface, |states| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue