Skip to content

Commit b8c51db

Browse files
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)SteveL-MSFT
authored andcommitted
fix clippy
1 parent fabc8ba commit b8c51db

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)