mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Silence clippy::type_complexity
Clippy now wants us to move any usage of the Fn* traits to a typedef. Doing so will almost certainly not help readability.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
//!
|
||||
//! TODO: Proper usage example, for now check out the gain_gui example
|
||||
|
||||
// See the comment in the main `nih_plug` crate
|
||||
#![allow(clippy::type_complexity)]
|
||||
|
||||
use baseview::gl::GlConfig;
|
||||
use baseview::{Size, WindowHandle, WindowOpenOptions, WindowScalePolicy};
|
||||
use crossbeam::atomic::AtomicCell;
|
||||
|
||||
Reference in New Issue
Block a user