mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-10-31 23:49:38 +00:00
Remove unnecessary full module names.
This commit is contained in:
parent
a281d74e5c
commit
e66b8403aa
|
@ -150,9 +150,9 @@ lazy_static! {
|
|||
|
||||
pub struct TTS(Box<dyn Backend>);
|
||||
|
||||
unsafe impl std::marker::Send for TTS {}
|
||||
unsafe impl Send for TTS {}
|
||||
|
||||
unsafe impl std::marker::Sync for TTS {}
|
||||
unsafe impl Sync for TTS {}
|
||||
|
||||
impl TTS {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user