1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 06:19:36 +00:00

Fix rustfmt error.

This commit is contained in:
Nolan Darilek 2022-01-10 11:10:18 -06:00
parent 050b97fde1
commit 1e1c04d4e5

View File

@ -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;