Skip to content

Commit 2bcb0fc

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix clippy
1 parent 66081c6 commit 2bcb0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/dsc-lib/src/discovery

lib/dsc-lib/src/discovery/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl Discovery {
9999
}
100100
}
101101

102-
resources.into_iter().map(|(_key, value)| value).collect::<Vec<ImportedManifest>>()
102+
resources.into_values().collect::<Vec<ImportedManifest>>()
103103
}
104104

105105
pub fn get_extensions(&mut self, capability: &Capability) -> Vec<DscExtension> {

0 commit comments

Comments
 (0)