mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 20:42:29 +00:00
Use default instead of new
This commit is contained in:
parent
a3f3771326
commit
4ed579d7a6
2 changed files with 6 additions and 4 deletions
|
@ -20,7 +20,7 @@ impl ExternalModuleStorage {
|
|||
pub fn new(subs: Subs) -> Self {
|
||||
Self {
|
||||
storage: StorageSubs::new(subs),
|
||||
variable_mapping_cache: VariableMapCache::new(),
|
||||
variable_mapping_cache: VariableMapCache::default(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue