Skip to content

Commit 197d780

Browse files
author
Michael Bushey
committed
Add missing Timepoint Add (Sub exists)
1 parent 1f3dc64 commit 197d780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timetypes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ macro_rules! impl_sub_assign {
314314
}
315315

316316
impl_add!(TimeDelta, TimeDelta, TimeDelta);
317+
impl_add!(TimePoint, TimePoint, TimeDelta);
317318
impl_add!(TimePoint, TimeDelta, TimePoint);
318319
impl_add!(TimeDelta, TimePoint, TimePoint);
319320

0 commit comments

Comments
 (0)