diff options
| author | mrw1593 <botahamec@outlook.com> | 2022-03-07 10:49:16 -0500 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2022-03-07 10:49:16 -0500 |
| commit | f8566e845f0557c8731131eef283a8e5c8aafb08 (patch) | |
| tree | 1f9464482237e87937f334f3a0264b9d4324a052 /src/lib.rs | |
| parent | 43da205d0c486a082c380a1258229a055e5767ba (diff) | |
Fixed some pedantic clippy warnings
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ mod date; mod datetime; mod month; -mod tai; +pub mod tai; mod time; mod timestamp; pub mod timezone; |
