1
0
Fork 0
forked from wry/wry

all: fix clippy lints

This commit is contained in:
Julian Orth 2022-11-03 19:26:35 +01:00
parent 729e47a756
commit e61d6ab074
4 changed files with 6 additions and 6 deletions

View file

@ -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,
},