Apply cargo fmt formatting to clippy fixes
This commit is contained in:
@ -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)
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user