mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
sate clippy
This commit is contained in:
parent
931b373d80
commit
91ad1f1bc0
3 changed files with 8 additions and 8 deletions
|
@ -553,7 +553,7 @@ where
|
|||
if self.env().lazy_literals {
|
||||
for sym in syms {
|
||||
if let Some((lit, layout)) = self.literal_map().remove(sym) {
|
||||
self.load_literal(sym, &layout, &lit);
|
||||
self.load_literal(sym, layout, lit);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue