Don't doctest the enum example
This commit is contained in:
parent
ecd1be8965
commit
5d9f268d4c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pub use nih_plug_derive::Enum;
|
||||||
/// If you want to override this, for instance, because it needs to contain spaces, then yo ucan use
|
/// If you want to override this, for instance, because it needs to contain spaces, then yo ucan use
|
||||||
/// the `$[name = "..."]` attribute:
|
/// the `$[name = "..."]` attribute:
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```ignore
|
||||||
/// #[derive(Enum)]
|
/// #[derive(Enum)]
|
||||||
/// enum Foo {
|
/// enum Foo {
|
||||||
/// Bar,
|
/// Bar,
|
||||||
|
|
Loading…
Add table
Reference in a new issue