Private
Public Access
1
0

Apply cargo fmt formatting to clippy fixes

This commit is contained in:
2026-04-12 15:26:57 +00:00
parent 4e6848020d
commit 409f1a4517
2 changed files with 1 additions and 6 deletions

View File

@ -14,11 +14,7 @@ use rustls::{
RootCertStore, RootCertStore,
}; };
use rustls_pemfile::{certs, private_key}; use rustls_pemfile::{certs, private_key};
use std::{ use std::{fs::File, io::BufReader, sync::Arc};
fs::File,
io::BufReader,
sync::Arc,
};
use tracing::{info, warn}; use tracing::{info, warn};
/// Check for duplicate critical headers (VULN-006) /// Check for duplicate critical headers (VULN-006)

View File

@ -39,7 +39,6 @@ pub struct InstallOptions {
pub no_recommends: bool, pub no_recommends: bool,
} }
/// Patch information /// Patch information
#[derive(Debug, Clone, Serialize, Deserialize)] #[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Patch { pub struct Patch {