This commit is contained in:
Bojan Serafimov 2024-01-10 15:53:20 -05:00
parent a01097a061
commit c970160e20
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ impl LocalWheel {
/// Return the [`Dist`] from which this wheel was downloaded.
pub fn remote(&self) -> &Dist {
match self {
LocalWheel::Unzipped(wheel) => &wheel.remote(),
LocalWheel::Unzipped(wheel) => wheel.remote(),
LocalWheel::InMemory(wheel) => wheel.remote(),
LocalWheel::Disk(wheel) => wheel.remote(),
LocalWheel::Built(wheel) => wheel.remote(),