refactor: remove month_from_n function
This commit is contained in:
parent
ffa1e51a2b
commit
ea80f8463d
3 changed files with 5 additions and 22 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
Reference in a new issue