We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66081c6 commit 2bcb0fcCopy full SHA for 2bcb0fc
1 file changed
lib/dsc-lib/src/discovery/mod.rs
@@ -99,7 +99,7 @@ impl Discovery {
99
}
100
101
102
- resources.into_iter().map(|(_key, value)| value).collect::<Vec<ImportedManifest>>()
+ resources.into_values().collect::<Vec<ImportedManifest>>()
103
104
105
pub fn get_extensions(&mut self, capability: &Capability) -> Vec<DscExtension> {
0 commit comments