Remove unreachable pub function (#14032)

Not sure how this landed on main, but rustc complained.
This commit is contained in:
konsti 2025-06-13 20:04:13 +02:00 committed by GitHub
parent 49b450109b
commit d9b76b97c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1185,7 +1185,7 @@ pub(crate) fn find_python_installation(
///
/// See [`find_python_installation`] for more details on installation discovery.
#[instrument(skip_all, fields(request))]
pub fn find_best_python_installation(
pub(crate) fn find_best_python_installation(
request: &PythonRequest,
environments: EnvironmentPreference,
preference: PythonPreference,