mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 09:09:38 +00:00
cargo fmt
This commit is contained in:
parent
246e587f2d
commit
cf72bad59a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user