Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  * cargm fmt

Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
Guillaume W. Bres committed Dec 1, 2023
1 parent b7fd916 commit f8630e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ublox/src/ubx_packets/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub struct PositionECEF {
pub z: f64,
}


#[derive(Debug, Clone, Copy)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct Velocity {
Expand Down Expand Up @@ -72,7 +71,6 @@ impl<'a> From<&NavHpPosEcefRef<'a>> for PositionECEF {
}
}


impl<'a> From<&NavVelNedRef<'a>> for Velocity {
fn from(packet: &NavVelNedRef<'a>) -> Self {
Velocity {
Expand Down

0 comments on commit f8630e3

Please sign in to comment.