Fix lint
This commit is contained in:
@@ -296,12 +296,11 @@ impl DebrayAllocator {
|
|||||||
self.mark_var_in_non_callable(var_num, term_loc, vr, code);
|
self.mark_var_in_non_callable(var_num, term_loc, vr, code);
|
||||||
temp_v!(arg)
|
temp_v!(arg)
|
||||||
} else {
|
} else {
|
||||||
match &self.var_data.records[var_num].allocation {
|
if let VarAlloc::Perm(_, PermVarAllocation::Pending) =
|
||||||
VarAlloc::Perm(_, PermVarAllocation::Pending) => {
|
&self.var_data.records[var_num].allocation
|
||||||
|
{
|
||||||
self.mark_var_in_non_callable(var_num, term_loc, vr, code);
|
self.mark_var_in_non_callable(var_num, term_loc, vr, code);
|
||||||
}
|
}
|
||||||
_ => {}
|
|
||||||
}
|
|
||||||
|
|
||||||
self.increment_running_count(var_num);
|
self.increment_running_count(var_num);
|
||||||
RegType::Perm(p)
|
RegType::Perm(p)
|
||||||
|
|||||||
Reference in New Issue
Block a user