mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 15:07:18 +00:00
Fix unused arc import
This commit is contained in:
parent
fd94703dc7
commit
e2ee86e4b9
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ use crate::{Sample, Source};
|
|||
use atomic_float::AtomicF32;
|
||||
#[cfg(feature = "experimental")]
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
#[cfg(feature = "experimental")]
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue