Skip to content

Commit 8076f59

Browse files
feat: also derive Hash and Eq for clock
1 parent ee649f1 commit 8076f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clock.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract type AbstractClock end
1212
end
1313
end
1414

15-
@derive Clocks[Show]
15+
@derive Clocks[Show, Hash, Eq]
1616

1717
# for backwards compatibility
1818
const TimeDomain = Clocks.Type

0 commit comments

Comments
 (0)