remove warnings
This commit is contained in:
parent
25f4eb1b13
commit
c395b2ae38
1 changed files with 2 additions and 2 deletions
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue