From 409f1a4517ebecd0f2c627e2031b51500c329163 Mon Sep 17 00:00:00 2001 From: Echo Date: Sun, 12 Apr 2026 15:26:57 +0000 Subject: [PATCH] Apply cargo fmt formatting to clippy fixes --- src/auth/mtls.rs | 6 +----- src/packages/mod.rs | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/auth/mtls.rs b/src/auth/mtls.rs index 10e20c8..c32e603 100644 --- a/src/auth/mtls.rs +++ b/src/auth/mtls.rs @@ -14,11 +14,7 @@ use rustls::{ RootCertStore, }; use rustls_pemfile::{certs, private_key}; -use std::{ - fs::File, - io::BufReader, - sync::Arc, -}; +use std::{fs::File, io::BufReader, sync::Arc}; use tracing::{info, warn}; /// Check for duplicate critical headers (VULN-006) diff --git a/src/packages/mod.rs b/src/packages/mod.rs index c8a740a..6daa72a 100644 --- a/src/packages/mod.rs +++ b/src/packages/mod.rs @@ -39,7 +39,6 @@ pub struct InstallOptions { pub no_recommends: bool, } - /// Patch information #[derive(Debug, Clone, Serialize, Deserialize)] pub struct Patch {