Skip to content

Commit

Permalink
Fix unused arc import
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownSuperficialNight committed Oct 1, 2024
1 parent fd94703 commit e2ee86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/source/agc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e2ee86e

Please sign in to comment.