refactor!: made timeago module private
This commit is contained in:
parent
800073df48
commit
2241223c9f
8 changed files with 11 additions and 19 deletions
|
|
@ -2,6 +2,7 @@ mod date;
|
|||
mod protobuf;
|
||||
|
||||
pub mod dictionary;
|
||||
pub mod timeago;
|
||||
|
||||
pub use date::{now_sec, shift_months, shift_years};
|
||||
pub use protobuf::{string_from_pb, ProtoBuilder};
|
||||
|
|
|
|||
Reference in a new issue