mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:29:37 +00:00
Eliminate a warning.
This commit is contained in:
parent
ec6d1f74a1
commit
c627583928
|
@ -396,7 +396,7 @@ impl Backend for Android {
|
|||
unimplemented!()
|
||||
}
|
||||
|
||||
fn set_voice(&mut self, voice: &Voice) -> Result<(), Error> {
|
||||
fn set_voice(&mut self, _voice: &Voice) -> Result<(), Error> {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user