diff --git a/src/lib.rs b/src/lib.rs index 0962396..b157cf7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;