1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-21 00:59:37 +00:00

Eliminate a warning.

This commit is contained in:
Nolan Darilek 2022-03-31 11:02:20 -05:00
parent ec6d1f74a1
commit c627583928

View File

@ -396,7 +396,7 @@ impl Backend for Android {
unimplemented!() unimplemented!()
} }
fn set_voice(&mut self, voice: &Voice) -> Result<(), Error> { fn set_voice(&mut self, _voice: &Voice) -> Result<(), Error> {
unimplemented!() unimplemented!()
} }
} }