[core_derive] Ignore doctest in example

Causes linker errors for unknown reasons.
This commit is contained in:
David Mak 2024-11-22 00:00:05 +08:00
parent 144f0922db
commit 28f574282c
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ fn normalize_value_expr(expr: &Expr) -> proc_macro2::TokenStream {
/// ///
/// The following is an example of an LLVM slice implemented using `#[derive(StructFields)]`. /// The following is an example of an LLVM slice implemented using `#[derive(StructFields)]`.
/// ///
/// ``` /// ```rust,ignore
/// use nac3core::{ /// use nac3core::{
/// codegen::types::structure::StructField, /// codegen::types::structure::StructField,
/// inkwell::{ /// inkwell::{