summaryrefslogtreecommitdiff
path: root/src/date.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.rs')
-rw-r--r--src/date.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/date.rs b/src/date.rs
index 2751e53..bc2d7dd 100644
--- a/src/date.rs
+++ b/src/date.rs
@@ -37,6 +37,8 @@ impl Date {
Self { year, month, day }
}
+ // TODO docs
+
pub const fn year(self) -> Year {
self.year
}