Fix lint (just two lines)

This commit is contained in:
Lachlan Sneff
2019-04-17 15:17:16 -07:00
parent e71da1cdf1
commit 61f31ae7e8
2 changed files with 2 additions and 2 deletions

View File

@ -1034,7 +1034,7 @@ impl X64FunctionCode {
}
/// Emits a System V call sequence.
///
///
/// This function must not use RAX before `cb` is called.
fn emit_call_sysv<I: Iterator<Item = Location>, F: FnOnce(&mut Assembler)>(
a: &mut Assembler,