all: address clippy lints
This commit is contained in:
parent
a09e8bfbd3
commit
a2a04512ed
4 changed files with 5 additions and 6 deletions
|
|
@ -814,7 +814,7 @@ pub fn mode_getconnector(
|
|||
modes: modes.into_iter().map(|m| m.into()).collect(),
|
||||
props: props
|
||||
.into_iter()
|
||||
.zip(prop_values.into_iter())
|
||||
.zip(prop_values)
|
||||
.map(|(id, value)| DrmPropertyValue {
|
||||
id: DrmProperty(id),
|
||||
value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue