diff options
Diffstat (limited to 'launcher/src/main.rs')
-rw-r--r-- | launcher/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/src/main.rs b/launcher/src/main.rs index 4e61592..441219f 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -1,9 +1,9 @@ -mod search_path; - use std::path::PathBuf; use std::process; use launcher::{AppData, AppDataError, constants}; +mod search_path; + fn show_system_info() { println!( "atomic-launcher: Starting atomic-launcher {} on {} ({})", |