Work around ICE for cargo doc+nih_plug_iced
This commit is contained in:
parent
eed60f0fa4
commit
5caca30f83
|
@ -100,6 +100,8 @@ use std::sync::Arc;
|
||||||
use crate::widgets::ParamMessage;
|
use crate::widgets::ParamMessage;
|
||||||
|
|
||||||
/// Re-export for convenience.
|
/// 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 use iced_baseview::*;
|
||||||
|
|
||||||
pub mod assets;
|
pub mod assets;
|
||||||
|
|
Loading…
Reference in a new issue