1
0
Fork 0

Work around ICE for cargo doc+nih_plug_iced

This commit is contained in:
Robbert van der Helm 2022-03-27 03:24:39 +02:00
parent eed60f0fa4
commit 5caca30f83

View file

@ -100,6 +100,8 @@ use std::sync::Arc;
use crate::widgets::ParamMessage;
/// Re-export for convenience.
// FIXME: Running `cargo doc` on nightly compilers without this attribute triggers an ICE
#[doc(no_inline)]
pub use iced_baseview::*;
pub mod assets;