From 67c4a3ba52071d422286fb3cb835175e8cad08cc Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Fri, 2 Aug 2024 20:02:51 -0400 Subject: [PATCH] clippy is trolling me --- 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 3df66cf7..afb3bbef 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,