mirror of https://github.com/astral-sh/uv
Commit with an edit in `puffin-traits`
This commit is contained in:
parent
d881642a32
commit
d297b1ef8a
|
|
@ -150,7 +150,7 @@ pub enum BuildKind {
|
||||||
impl Display for BuildKind {
|
impl Display for BuildKind {
|
||||||
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
||||||
match self {
|
match self {
|
||||||
BuildKind::Wheel => f.write_str("wheel"),
|
BuildKind::Wheel => f.write_str("REVERT ME"),
|
||||||
BuildKind::Editable => f.write_str("editable"),
|
BuildKind::Editable => f.write_str("editable"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue