Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed May 14, 2024
1 parent 3458419 commit f42c36f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cli/src/commands/install/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ use console::Key;
use indicatif::{MultiProgress, ProgressBar, ProgressDrawTarget, ProgressStyle};
use reaboot_core::api::{ConfirmationRequest, InstallationStage};
use reaboot_core::installer::{InstallerListener, InstallerTask};
use reaboot_core::reaper_util::get_reaper_eula;
use std::collections::HashMap;
use std::fmt::Display;
use std::sync::RwLock;
use std::time::Duration;
use tokio::sync::broadcast::Sender;

pub struct CliInstallerListener {
Expand Down
1 change: 0 additions & 1 deletion gui/src-tauri/src/command_handlers.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use anyhow::Context;
use std::path::PathBuf;

use tauri::State;
Expand Down

0 comments on commit f42c36f

Please sign in to comment.