Fix merge tabbing bug and make clippy happy

This commit is contained in:
Brendan Hansknecht 2021-09-05 21:41:09 -07:00
parent 08aa3d31d4
commit 4487e1a3bf

View file

@ -710,7 +710,7 @@ where
} = call; } = call;
for sym in *arguments { for sym in *arguments {
self.set_last_seen(*sym, stmt, &owning_symbol); self.set_last_seen(*sym, stmt, owning_symbol);
} }
match call_type { match call_type {