mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Fix clippy warnings
This commit is contained in:
parent
e6245c41f5
commit
6206418b67
4 changed files with 4 additions and 4 deletions
|
@ -426,7 +426,7 @@ impl Storage {
|
|||
};
|
||||
|
||||
self.symbol_storage_map.insert(symbol, new_storage.clone());
|
||||
return new_storage;
|
||||
new_storage
|
||||
} else {
|
||||
storage
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue