Skip to content

Commit df1b1af

Browse files
committed
compiletest: Remove unneeded pub on get_lib_name()
1 parent 65cd843 commit df1b1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fn disable_error_reporting<F: FnOnce() -> R, R>(f: F) -> R {
8282
}
8383

8484
/// The platform-specific library name
85-
pub fn get_lib_name(lib: &str, dylib: bool) -> String {
85+
fn get_lib_name(lib: &str, dylib: bool) -> String {
8686
// In some casess (e.g. MUSL), we build a static
8787
// library, rather than a dynamic library.
8888
// In this case, the only path we can pass

0 commit comments

Comments
 (0)