summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2022-03-07 10:49:16 -0500
committermrw1593 <botahamec@outlook.com>2022-03-07 10:49:16 -0500
commitf8566e845f0557c8731131eef283a8e5c8aafb08 (patch)
tree1f9464482237e87937f334f3a0264b9d4324a052 /src/lib.rs
parent43da205d0c486a082c380a1258229a055e5767ba (diff)
Fixed some pedantic clippy warnings
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3286f8c..ffe6b75 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,7 +6,7 @@
mod date;
mod datetime;
mod month;
-mod tai;
+pub mod tai;
mod time;
mod timestamp;
pub mod timezone;