This commit is contained in:
Ayaz Hafiz 2022-09-06 15:53:04 -05:00
parent 4ed579d7a6
commit 58dd58aa5d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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,
) )
} }