summaryrefslogtreecommitdiff
path: root/src/date.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-01-17 13:55:07 -0500
committerBotahamec <botahamec@outlook.com>2022-01-17 13:55:07 -0500
commitdc115d47955d69cd97ce5afee378508c63ccb981 (patch)
tree0541701371c2074edfe6c46017187bc96edd398e /src/date.rs
parent25a361f50728b2612c96c63594eb920f7030c5f5 (diff)
naive date time
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
}