refactor: remove month_from_n function

This commit is contained in:
ThetaDev 2023-04-20 22:01:24 +02:00
parent ffa1e51a2b
commit ea80f8463d
3 changed files with 5 additions and 22 deletions

View file

@ -3,7 +3,7 @@ mod protobuf;
pub mod dictionary;
pub use date::{month_from_n, now_sec, shift_months, shift_years};
pub use date::{now_sec, shift_months, shift_years};
pub use protobuf::{string_from_pb, ProtoBuilder};
use std::{