mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Clippy
This commit is contained in:
parent
4ed579d7a6
commit
58dd58aa5d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ impl ExternalModuleStorage {
|
||||||
storage_copy_var_to(
|
storage_copy_var_to(
|
||||||
&mut self.variable_mapping_cache,
|
&mut self.variable_mapping_cache,
|
||||||
source,
|
source,
|
||||||
&mut self.storage.as_inner_mut(),
|
self.storage.as_inner_mut(),
|
||||||
variable,
|
variable,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue