Skip to content

Commit

Permalink
Fix: made suggested change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sl1mb0 committed Aug 23, 2021
1 parent 05cd587 commit a9f6237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/asm/s390x.rs
Expand Up @@ -101,6 +101,6 @@ impl S390xInlineAsmReg {
_arch: InlineAsmArch,
_modifier: Option<char>,
) -> fmt::Result {
out.write_str(&format!("%{}", self.name()))
write!(out, "%{}", self.name())
}
}

0 comments on commit a9f6237

Please sign in to comment.