Skip to content

Commit

Permalink
Merge pull request #34 from moia-oss/add-hash-to-timewindow
Browse files Browse the repository at this point in the history
add hash to timewindow
  • Loading branch information
rinde authored Sep 20, 2023
2 parents 9c88ccc + e23e25f commit 4001820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ impl From<Time> for std::time::SystemTime {
}

/// An interval or range of time: `[start,end)`.
#[derive(Clone, Debug, Eq, PartialEq, Default, Copy, Serialize, Deserialize, From, Into)]
#[derive(Clone, Debug, Eq, PartialEq, Default, Copy, Serialize, Deserialize, From, Into, Hash)]
pub struct TimeWindow {
start: Time,
end: Time,
Expand Down

0 comments on commit 4001820

Please sign in to comment.