remove warnings

This commit is contained in:
brevalferrari 2025-06-02 23:28:47 +02:00
parent 25f4eb1b13
commit c395b2ae38

View file

@ -57,8 +57,8 @@ fn main() -> anyhow::Result<()> {
sink.append(SamplesBuffer::new(1, SAMPLE_RATE as u32, samples));
sink.sleep_until_end();
}
Export(export_opts) => todo!(),
Memo(memo) => todo!(),
Export(_opts) => todo!(),
Memo(_opts) => todo!(),
}
Ok(())
}