more unrelated clippy changes

This commit is contained in:
Will Greenberg
2026-07-15 15:44:32 -07:00
committed by Will Greenberg
parent 144df3fde1
commit 7df322e5e0
+1 -1
View File
@@ -153,7 +153,7 @@ async fn pcapify(qmdl_path: &PathBuf) {
.expect("failed to write");
}
}
info!("wrote pcap to {:?}", &pcap_path);
info!("wrote pcap to {:?}", pcap_path);
}
#[tokio::main]