mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
clippy
This commit is contained in:
parent
0b0ae7b287
commit
95a66bb1fc
2 changed files with 12 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue