From e98975a1c00a6de979a6abf9a5eb3b5d28ff981c Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 18 Feb 2019 15:24:48 +0200 Subject: [PATCH] Added backwards support without the crate keyword --- src/ffi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi.rs b/src/ffi.rs index 3cdffa3..2bba670 100644 --- a/src/ffi.rs +++ b/src/ffi.rs @@ -18,7 +18,7 @@ //! not be needed for most users. use core::{mem, hash}; use core::ffi::c_void; -use crate::types::*; +use types::*; // use std::os::raw::{c_int, c_uchar, c_uint, c_void};