diff --git a/guppy/src/graph/feature/graph_impl.rs b/guppy/src/graph/feature/graph_impl.rs index c162df796a7..49510a2ddea 100644 --- a/guppy/src/graph/feature/graph_impl.rs +++ b/guppy/src/graph/feature/graph_impl.rs @@ -444,7 +444,7 @@ impl FeatureNode { } /// Information about why a feature depends on another feature. -#[derive(Clone, Debug, Eq, Hash, PartialEq)] +#[derive(Clone, Debug)] pub(in crate::graph) enum FeatureEdge { /// This edge is from a feature to its base package. FeatureToBase,