From f278a9f383900222632e2a2f8281a305f45d8818 Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Fri, 2 Aug 2024 19:21:50 -0400 Subject: [PATCH] and again fix clippy --- scylla-server-rust/src/processors/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scylla-server-rust/src/processors/mod.rs b/scylla-server-rust/src/processors/mod.rs index e28de9c8..3df66cf7 100644 --- a/scylla-server-rust/src/processors/mod.rs +++ b/scylla-server-rust/src/processors/mod.rs @@ -7,7 +7,7 @@ pub mod mqtt_processor; /// This has the dual purposes of /// * - representing the packet sent over the socket for live data /// * - representing the struct for the service layer to unpack for insertion -/// Note: node name is only considered for database storage and convenience, it is not serialized in a socket packet +/// Note: node name is only considered for database storage and convenience, it is not serialized in a socket packet #[derive(serde::Serialize, Clone, Debug)] pub struct ClientData { pub run_id: i32,