mirror of https://github.com/astral-sh/uv
clippy
This commit is contained in:
parent
a01097a061
commit
c970160e20
|
|
@ -83,7 +83,7 @@ impl LocalWheel {
|
||||||
/// Return the [`Dist`] from which this wheel was downloaded.
|
/// Return the [`Dist`] from which this wheel was downloaded.
|
||||||
pub fn remote(&self) -> &Dist {
|
pub fn remote(&self) -> &Dist {
|
||||||
match self {
|
match self {
|
||||||
LocalWheel::Unzipped(wheel) => &wheel.remote(),
|
LocalWheel::Unzipped(wheel) => wheel.remote(),
|
||||||
LocalWheel::InMemory(wheel) => wheel.remote(),
|
LocalWheel::InMemory(wheel) => wheel.remote(),
|
||||||
LocalWheel::Disk(wheel) => wheel.remote(),
|
LocalWheel::Disk(wheel) => wheel.remote(),
|
||||||
LocalWheel::Built(wheel) => wheel.remote(),
|
LocalWheel::Built(wheel) => wheel.remote(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue