Skip to content

Commit

Permalink
PathStep partialeq
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Dec 26, 2024
1 parent b2729af commit 6f5aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pub enum GtfsSource {
}

/// A single step along a route
#[derive(Debug)]
#[derive(Debug, PartialEq)]
pub enum PathStep {
Road {
road: RoadID,
Expand Down

0 comments on commit 6f5aaa3

Please sign in to comment.