diff --git a/src/lib.rs b/src/lib.rs index 9269dbf..f3896e2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,12 +22,12 @@ use std::{boxed::Box, sync::RwLock}; #[cfg(any(target_os = "macos", target_os = "ios"))] use cocoa_foundation::base::id; use dyn_clonable::*; -pub use oxilangtag::LanguageTag; use lazy_static::lazy_static; #[cfg(target_os = "macos")] use libc::c_char; #[cfg(target_os = "macos")] use objc::{class, msg_send, sel, sel_impl}; +pub use oxilangtag::LanguageTag; #[cfg(target_os = "linux")] use speech_dispatcher::Error as SpeechDispatcherError; use thiserror::Error;