We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75b037 commit 148a4b4Copy full SHA for 148a4b4
mavlink-core/src/utils.rs
@@ -20,7 +20,7 @@ pub fn remove_trailing_zeroes(data: &[u8]) -> usize {
20
21
/// A trait very similar to `Default` but is only implemented for the equivalent Rust types to
22
/// `MavType`s.
23
-///
+///
24
/// This is only needed because rust doesn't currently implement `Default` for arrays
25
/// of all sizes. In particular this trait is only ever used when the "serde" feature is enabled.
26
/// For more information, check out [this issue](https://users.rust-lang.org/t/issue-for-derives-for-arrays-greater-than-size-32/59055/3).
0 commit comments