Make clippy happy

This commit is contained in:
Roey Darwish Dror 2022-02-06 20:49:29 +02:00
parent d15bc32614
commit d43b6293b6

View File

@ -4,7 +4,6 @@ use std::process::Command;
use anyhow::Result;
use ini::Ini;
use log::{debug, warn};
use regex::internal::Exec;
use crate::error::{SkipStep, TopgradeError};
use crate::execution_context::ExecutionContext;