]> code.octet-stream.net Git - m17rt/blobdiff - m17core/src/reflector/convert.rs
Fix clippy lints
[m17rt] / m17core / src / reflector / convert.rs
index 7ad54c375b588ffa202ce13a2806a33e4e242deb..ecbb5a5c6573bc673add323e8e4abcd8ee3f9e14 100644 (file)
@@ -7,6 +7,7 @@ use super::packet::Voice;
 /// Accepts `Voice` packets from a reflector and turns them into LSF and Stream frames.
 ///
 /// This is the format required for the voice data to cross the KISS protocol boundary.
+#[derive(Debug, Default)]
 pub struct VoiceToRf {
     /// Link Setup most recently acquired
     lsf: Option<LsfFrame>,