diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 1f98801..f2ad91b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,6 +45,7 @@ pub mod helpers; pub mod keys; pub mod log; +/// Do the thing! fn main() -> Result<()> { cleanup_process_children(); |