diff --git a/src/kernel/topology/vertices.rs b/src/kernel/topology/vertices.rs index 3643d98a5..57fb7bbd7 100644 --- a/src/kernel/topology/vertices.rs +++ b/src/kernel/topology/vertices.rs @@ -14,7 +14,7 @@ pub struct Vertices(pub Vec>); /// /// Points, on the other hand, might be used to approximate a shape for various /// purposes, without presenting any deeper truth about the shape's structure. -#[derive(Clone, Copy, Debug)] +#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq, Ord, PartialOrd)] pub struct Vertex { location: Point,