Re-export all macros in the prelude

Now you don't need the `#[macro_use] extern crate nih_plug;` anymore
This commit is contained in:
Robbert van der Helm
2022-03-04 12:01:47 +01:00
parent 943149aaee
commit d758dd652f
5 changed files with 9 additions and 13 deletions

View File

@@ -1,6 +1,3 @@
#[macro_use]
extern crate nih_plug;
use nih_plug::prelude::*;
use parking_lot::RwLock;
use std::pin::Pin;