update with comment

This commit is contained in:
Chaos Rogers 2025-07-19 15:49:59 +01:00
parent f60b83ff9c
commit da7152d851

View file

@ -135,7 +135,7 @@ impl LtcState {
&self.last_match_status &self.last_match_status
} }
} }
// This module provides the logic for handling LTC (Linear Timecode) frames and maintaining state.
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;