Skip to content

Commit 64ebec1

Browse files
committed
Remove Default trait from StrapdownState struct for improved clarity
1 parent 16f4dbd commit 64ebec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/strapdown.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl Into<Vec<f64>> for IMUData {
176176
/// vectors. The order or the states depends on the coordinate system used. The struct does not care, but the
177177
/// coordinate system used will determine which functions you should use. Default is NED but nonetheless must be
178178
/// assigned. For computational simplicity, latitude and longitude are stored as radians.
179-
#[derive(Clone, Copy, Default)]
179+
#[derive(Clone, Copy)]
180180
pub struct StrapdownState {
181181
/// Latitude in radians
182182
pub latitude: f64,

0 commit comments

Comments
 (0)