rustfmt v0.5.0

This commit is contained in:
Jakob Stoklund Olesen
2016-07-01 14:26:24 -07:00
parent cb4e9fbae0
commit a981fc5605
3 changed files with 10 additions and 10 deletions

View File

@@ -148,8 +148,8 @@ impl Function {
// Update the second_result pointer in `inst`.
if head != NO_VALUE {
*self.inst_mut(inst)
.second_result_mut()
.expect("instruction format doesn't allow multiple results") = head;
.second_result_mut()
.expect("instruction format doesn't allow multiple results") = head;
}
*self.inst_mut(inst).first_type_mut() = first_type;