src/tools/systemd.rs: avoid compiler warnings

This commit is contained in:
Dietmar Maurer 2020-05-20 16:47:08 +02:00
parent 51c63475e1
commit ee8b464466

View File

@ -2,5 +2,5 @@ pub mod types;
pub mod config;
mod parse_time;
mod tm_editor;
pub mod tm_editor;
pub mod time;