This commit is contained in:
Folkert 2020-12-08 00:27:53 +01:00
parent 0b0ae7b287
commit 95a66bb1fc
2 changed files with 12 additions and 10 deletions

View file

@ -360,7 +360,7 @@ impl<'a> PackageModuleIds<'a> {
}
}
pub fn to_module_ids(self) -> ModuleIds {
pub fn into_module_ids(self) -> ModuleIds {
let by_name: MutMap<InlinableString, ModuleId> = self
.by_name
.into_iter()