1
0
Fork 0

Don't doctest the enum example

This commit is contained in:
Robbert van der Helm 2022-02-14 16:21:34 +01:00
parent ecd1be8965
commit 5d9f268d4c

View file

@ -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,