appease the clippy god

This commit is contained in:
Simon Wicky
2025-05-20 16:08:05 +02:00
parent cc28575176
commit 7e2e122725
+1
View File
@@ -91,6 +91,7 @@ fn convert_to_metrics_version(processed: MixPacketVersion) -> PacketKind {
}
impl SharedData {
#[allow(clippy::too_many_arguments)]
pub(crate) fn new(
processing_config: ProcessingConfig,
x25519_keys: Arc<x25519::KeyPair>,