src/tools/systemd/parse_time.rs: move parser into separate file
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
pub mod time;
|
||||
pub mod types;
|
||||
pub mod config;
|
||||
|
||||
mod parse_time;
|
||||
pub mod time;
|
||||
|
Reference in New Issue
Block a user