diff options
| author | 2025-02-19 01:32:48 -0600 | |
|---|---|---|
| committer | 2025-02-19 01:32:48 -0600 | |
| commit | e47a3743068a1efad03c17c044e76840e352d88f (patch) | |
| tree | e43a305766f0e2eb6765d486081864fc0cf6e7d7 /ozone-cli/src | |
| parent | add demo flag (diff) | |
lints
Diffstat (limited to 'ozone-cli/src')
| -rw-r--r-- | ozone-cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone-cli/src/main.rs b/ozone-cli/src/main.rs index f346d8d..9e0cc68 100644 --- a/ozone-cli/src/main.rs +++ b/ozone-cli/src/main.rs @@ -3,7 +3,7 @@ mod cli; use std::error::Error; use std::path::Path; use std::process::ExitCode; -use log::{error, info, trace, LevelFilter}; +use log::{error, info, trace}; use clap::Parser; use ozone::launcher::{Instance, JavaRuntimeSetting, Launcher, Settings, ALT_CLIENT_ID, MAIN_CLIENT_ID}; use ozone::launcher::version::{VersionList, VersionResult}; |
