mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
`path_segments_mut` returns an `Err` for cannot-be-a-base URLs. These won't be valid when we try to fetch them anyway, but we need to avoid a panic. Closes https://github.com/astral-sh/uv/issues/2460.