Skip to content

Commit 6487411

Browse files
committed
fix another doc import
1 parent 16ead26 commit 6487411

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/builder.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ use crate::types::{AsTypeRef, BasicType, IntMathType, FloatMathType, PointerType
2020

2121
use std::marker::PhantomData;
2222

23+
// imports used in documentation
24+
#[allow(unused_imports)]
25+
use crate::values::FunctionValue;
26+
2327
#[derive(Debug)]
2428
pub struct Builder<'ctx> {
2529
builder: LLVMBuilderRef,

0 commit comments

Comments
 (0)