all: address clippy issues
This commit is contained in:
parent
9c7299234a
commit
036af4abaa
10 changed files with 23 additions and 13 deletions
|
|
@ -920,6 +920,7 @@ impl XBackend {
|
|||
if changed {
|
||||
let images = self.create_images(output.window, width, height).await?;
|
||||
for (new, old) in images.iter().zip(output.images.iter()) {
|
||||
#[allow(clippy::let_underscore_future)]
|
||||
let _ = self.c.call(&FreePixmap {
|
||||
pixmap: old.pixmap.get(),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue