Fix clippy warnings

This commit is contained in:
Brian Carroll 2021-10-14 00:13:47 +02:00
parent e6245c41f5
commit 6206418b67
4 changed files with 4 additions and 4 deletions

View file

@ -426,7 +426,7 @@ impl Storage {
};
self.symbol_storage_map.insert(symbol, new_storage.clone());
return new_storage;
new_storage
} else {
storage
}