[core_derive] Ignore doctest in example
Causes linker errors for unknown reasons.
This commit is contained in:
parent
144f0922db
commit
28f574282c
|
@ -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::{
|
||||||
|
|
Loading…
Reference in New Issue