From: Ian Jackson Date: Thu, 15 Dec 2022 00:48:49 +0000 (+0000) Subject: Macros doc comment: apply ignore X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=1d0affc8b93588622fa31217161d8bb1378e29f4;p=hippotat.git Macros doc comment: apply ignore We don't want to even compile this. Signed-off-by: Ian Jackson --- 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()