From 1d0affc8b93588622fa31217161d8bb1378e29f4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Dec 2022 00:48:49 +0000 Subject: [PATCH] Macros doc comment: apply ignore We don't want to even compile this. Signed-off-by: Ian Jackson --- macros/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/macros.rs b/macros/macros.rs index 56510ba..ba2fc8e 100644 --- a/macros/macros.rs +++ b/macros/macros.rs @@ -39,7 +39,7 @@ use itertools::Itertools; /// /// Generated code /// -/// ```no_run +/// ```rust,ignore /// impl<'c> ResolveContext<'c> { /// /// // SKL here is used by SectionKindList::contains() -- 2.30.2