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.append(SamplesBuffer::new(1, SAMPLE_RATE as u32, samples));
|
||||||
sink.sleep_until_end();
|
sink.sleep_until_end();
|
||||||
}
|
}
|
||||||
Export(export_opts) => todo!(),
|
Export(_opts) => todo!(),
|
||||||
Memo(memo) => todo!(),
|
Memo(_opts) => todo!(),
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue