cargo fmt

This commit is contained in:
Nolan Darilek 2022-11-22 15:44:09 -06:00
parent 246e587f2d
commit cf72bad59a
1 changed files with 1 additions and 1 deletions

View File

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