Skip to content

Commit a1b659f

Browse files
committed
Added backwards support without the crate keyword
1 parent f8f54d4 commit a1b659f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! not be needed for most users.
1919
use core::{mem, hash};
2020
use core::ffi::c_void;
21-
use crate::types::*;
21+
use types::*;
2222
// use std::os::raw::{c_int, c_uchar, c_uint, c_void};
2323

2424

0 commit comments

Comments
 (0)