all: fix clippy lints
This commit is contained in:
parent
82a62e3fd9
commit
0b46391789
2 changed files with 2 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ impl XBackend {
|
|||
height_mm: output.height.get(),
|
||||
}));
|
||||
output.changed();
|
||||
self.present(&output).await;
|
||||
self.present(output).await;
|
||||
}
|
||||
|
||||
async fn query_devices(self: &Rc<Self>, deviceid: u16) -> Result<(), XBackendError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue