Fix clippy warnings

Signed-off-by: trivernis <trivernis@protonmail.com>
i18n
trivernis 2 years ago
parent fdb87cc2fe
commit 76a301bade
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -3,8 +3,6 @@
use serde::Deserialize;
use std::{env, fs, path::PathBuf};
use crate::{crash, AppExitCode};
#[derive(Debug, Deserialize)]
pub struct Config {
pub base: ConfigBase,

@ -8,7 +8,6 @@ pub enum AppExitCode {
PacmanError = 5,
GitError = 6,
MakePkgError = 7,
ConfigParseError = 8,
RpcError = 9,
Other = 63,
}

Loading…
Cancel
Save