We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1e4b7 commit f4016a8Copy full SHA for f4016a8
stt-rs/src/main.rs
@@ -204,6 +204,7 @@ impl Model {
204
}
205
moshi::asr::AsrMsg::EndWord { stop_time, .. } => {
206
printed_eot = false;
207
+ #[allow(clippy::collapsible_if)]
208
if self.timestamps {
209
if let Some((word, start_time)) = last_word.take() {
210
println!("[{start_time:5.2}-{stop_time:5.2}] {word}");
0 commit comments