We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fc6b6 commit 6b62ad8Copy full SHA for 6b62ad8
src/sync/param_gestures.rs
@@ -2,7 +2,7 @@ use std::sync::atomic::Ordering;
2
3
use super::bitset::{self, AtomicBitset, Bitset};
4
use super::float::AtomicF64;
5
-use crate::params::{ParamInfo, ParamValue};
+use crate::params::ParamValue;
6
7
pub struct ParamGestures {
8
values: Vec<AtomicF64>,
0 commit comments