Fix: made suggested change
This commit is contained in:
parent
05cd587726
commit
a9f623707b
1 changed files with 1 additions and 1 deletions
|
@ -101,6 +101,6 @@ impl S390xInlineAsmReg {
|
||||||
_arch: InlineAsmArch,
|
_arch: InlineAsmArch,
|
||||||
_modifier: Option<char>,
|
_modifier: Option<char>,
|
||||||
) -> fmt::Result {
|
) -> fmt::Result {
|
||||||
out.write_str(&format!("%{}", self.name()))
|
write!(out, "%{}", self.name())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue