Skip to content

Commit 9c3b53d

Browse files
Apply tidy suggestion (2)
1 parent bf36338 commit 9c3b53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/symbol_export.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ pub(crate) fn linking_symbol_name_for_instance_in_crate<'tcx>(
578578

579579
let prefix = match &target.arch[..] {
580580
"x86" | "x86_64" if target.is_like_msvc && undecorated.starts_with("?") => {
581-
return undecorated
581+
return undecorated;
582582
}
583583
"x86" => Some('_'),
584584
"x86_64" => None,

0 commit comments

Comments
 (0)