Skip to content

Commit

Permalink
and again fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Aug 2, 2024
1 parent 51e41c1 commit f278a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-server-rust/src/processors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f278a9f

Please sign in to comment.