Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
radu committed May 18, 2024
1 parent b91a174 commit 789482f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use std::{env, io, panic, process};
use anyhow::Result;
use clap::{crate_version, Arg, ArgAction, ArgMatches, Command};
use ctrlc::set_handler;
use libc::mount;
use rpassword::read_password;
use secrecy::{ExposeSecret, SecretString};
use strum::IntoEnumIterator;
Expand Down

0 comments on commit 789482f

Please sign in to comment.