mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:29:37 +00:00
Fix rustfmt error.
This commit is contained in:
parent
050b97fde1
commit
1e1c04d4e5
|
@ -28,7 +28,7 @@ use libc::c_char;
|
|||
#[cfg(target_os = "macos")]
|
||||
use objc::{class, msg_send, sel, sel_impl};
|
||||
#[cfg(target_os = "linux")]
|
||||
use speech_dispatcher::{Error as SpeechDispatcherError};
|
||||
use speech_dispatcher::Error as SpeechDispatcherError;
|
||||
use thiserror::Error;
|
||||
#[cfg(all(windows, feature = "tolk"))]
|
||||
use tolk::Tolk;
|
||||
|
|
Loading…
Reference in New Issue
Block a user