Fix new Clippy lints

This commit is contained in:
Robbert van der Helm
2023-09-03 16:35:57 +02:00
parent 19988db139
commit c0a72661e1
6 changed files with 33 additions and 9 deletions

View File

@@ -95,7 +95,9 @@ use crossbeam::channel;
use nih_plug::params::persist::PersistentField;
use nih_plug::prelude::{Editor, GuiContext};
use serde::{Deserialize, Serialize};
use std::fmt::Debug;
// This doesn't need to be re-export but otherwise the compiler complains about
// `hidden_glob_reexports`
pub use std::fmt::Debug;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;