Update to the rustfmt in rust 1.31, which is now stable.
This commit is contained in:
@@ -89,7 +89,8 @@ impl RegBank {
|
||||
None
|
||||
}
|
||||
}
|
||||
}.and_then(|offset| {
|
||||
}
|
||||
.and_then(|offset| {
|
||||
if offset < self.units {
|
||||
Some(offset + self.first_unit)
|
||||
} else {
|
||||
|
||||
@@ -98,7 +98,8 @@ impl ArgAssigner for Args {
|
||||
RU::r14
|
||||
} else {
|
||||
RU::rsi
|
||||
} as RegUnit).into()
|
||||
} as RegUnit)
|
||||
.into()
|
||||
}
|
||||
// This is SpiderMonkey's `WasmTableCallSigReg`.
|
||||
ArgumentPurpose::SignatureId => return ArgumentLoc::Reg(RU::r10 as RegUnit).into(),
|
||||
|
||||
Reference in New Issue
Block a user