Skip to content

Commit

Permalink
src: Prohibit Protocol to be cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Sep 6, 2024
1 parent 3b13e49 commit 60112ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use mavlink::{ardupilotmega::MavMessage, MAVLinkV2MessageRaw};

use tracing::*;

#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, PartialEq)]
pub struct Protocol {
pub origin: String,
message: MAVLinkV2MessageRaw,
Expand Down

0 comments on commit 60112ce

Please sign in to comment.