From 5d9f268d4cbe1169f737e6540553d48d9369b752 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 14 Feb 2022 16:21:34 +0100 Subject: [PATCH] Don't doctest the enum example --- src/param/enums.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/param/enums.rs b/src/param/enums.rs index b3b7db4a..106a4513 100644 --- a/src/param/enums.rs +++ b/src/param/enums.rs @@ -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 /// the `$[name = "..."]` attribute: /// -/// ``` +/// ```ignore /// #[derive(Enum)] /// enum Foo { /// Bar,