pull/2909/merge
ken 2 months ago committed by GitHub
commit e1588e9e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -87,7 +87,7 @@ where
for mapping in mappings {
if let (matcher, MappingTarget::MapTo(s)) = mapping {
let globs = map.entry(*s).or_insert_with(Vec::new);
globs.push(matcher.glob().glob().into());
globs.push(matcher.glob().to_string());
}
}
map

Loading…
Cancel
Save