all: fix clippy lints
This commit is contained in:
parent
729e47a756
commit
e61d6ab074
4 changed files with 6 additions and 6 deletions
|
|
@ -256,7 +256,7 @@ unsafe fn query_formats(dpy: EGLDisplay) -> Result<AHashMap<u32, EglFormat>, Ren
|
|||
res.insert(
|
||||
format.drm,
|
||||
EglFormat {
|
||||
format: *format,
|
||||
format,
|
||||
implicit_external_only: external_only,
|
||||
modifiers,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue