Skip to content

Commit 4477497

Browse files
committed
Add missing import.
1 parent 8b90685 commit 4477497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/traits.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use llvm_sys::prelude::LLVMTypeRef;
22

3+
use std::convert::TryFrom;
34
use std::fmt::Debug;
45

56
use crate::AddressSpace;

0 commit comments

Comments
 (0)