compiletest: Remove unneeded pub on get_lib_name()

This commit is contained in:
Martin Nordholts 2024-03-10 07:56:13 +01:00
parent ecdea9e943
commit bc5aeb14f5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ fn disable_error_reporting<F: FnOnce() -> R, R>(f: F) -> R {
}
/// The platform-specific library name
pub fn get_lib_name(lib: &str, dylib: bool) -> String {
fn get_lib_name(lib: &str, dylib: bool) -> String {
// In some casess (e.g. MUSL), we build a static
// library, rather than a dynamic library.
// In this case, the only path we can pass