Update rustfmt to 0.8.4; (#81)
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
232fb36d8f
commit
29dc723e25
@@ -414,8 +414,7 @@ impl Solver {
|
||||
if self.inputs_done {
|
||||
self.regs_out.free(constraint, from);
|
||||
}
|
||||
self.vars
|
||||
.push(Variable::new_live(value, constraint, from));
|
||||
self.vars.push(Variable::new_live(value, constraint, from));
|
||||
}
|
||||
|
||||
/// Check for conflicts between fixed input assignments and existing live values.
|
||||
|
||||
Reference in New Issue
Block a user