fix some pedantic lints

This commit is contained in:
steven-omaha
2023-02-14 14:02:37 +01:00
parent d468163afd
commit 38a44f1745
6 changed files with 7 additions and 12 deletions
@@ -5,7 +5,7 @@ use alpm::Alpm;
use alpm::PackageReason::Explicit;
use anyhow::{Context, Result};
use crate::backend::backend_trait::*;
use crate::backend::backend_trait::{Backend, Switches, Text};
use crate::{impl_backend_constants, Group, Package};
#[derive(Debug)]
@@ -6,7 +6,7 @@ use std::process::ExitStatus;
use anyhow::{Context, Result};
use serde_json::Value;
use crate::backend::backend_trait::*;
use crate::backend::backend_trait::{Backend, Switches, Text};
use crate::{impl_backend_constants, Group, Package};
#[derive(Debug)]