diff --git a/nac3core/nac3core_derive/src/lib.rs b/nac3core/nac3core_derive/src/lib.rs index 44d6aeb..981c838 100644 --- a/nac3core/nac3core_derive/src/lib.rs +++ b/nac3core/nac3core_derive/src/lib.rs @@ -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)]`. /// -/// ``` +/// ```rust,ignore /// use nac3core::{ /// codegen::types::structure::StructField, /// inkwell::{