mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-26 21:44:14 +00:00
Remove unreachable pub function (#14032)
Not sure how this landed on main, but rustc complained.
This commit is contained in:
parent
49b450109b
commit
d9b76b97c2
1 changed files with 1 additions and 1 deletions
|
@ -1185,7 +1185,7 @@ pub(crate) fn find_python_installation(
|
||||||
///
|
///
|
||||||
/// See [`find_python_installation`] for more details on installation discovery.
|
/// See [`find_python_installation`] for more details on installation discovery.
|
||||||
#[instrument(skip_all, fields(request))]
|
#[instrument(skip_all, fields(request))]
|
||||||
pub fn find_best_python_installation(
|
pub(crate) fn find_best_python_installation(
|
||||||
request: &PythonRequest,
|
request: &PythonRequest,
|
||||||
environments: EnvironmentPreference,
|
environments: EnvironmentPreference,
|
||||||
preference: PythonPreference,
|
preference: PythonPreference,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue