Skip to content

Commit 8b9e3f0

Browse files
committed
Remove an unnecessary pub.
1 parent f81fe9d commit 8b9e3f0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@ pub fn submit_pre_lto_module_to_llvm<B: ExtraBackendMethods>(
20572057
})));
20582058
}
20592059

2060-
pub fn pre_lto_bitcode_filename(module_name: &str) -> String {
2060+
fn pre_lto_bitcode_filename(module_name: &str) -> String {
20612061
format!("{module_name}.{PRE_LTO_BC_EXT}")
20622062
}
20632063

0 commit comments

Comments
 (0)