Mistyped the configuration option.

This commit is contained in:
Myrddin Dundragon 2019-06-24 20:03:13 -04:00
parent d148130612
commit 9d2c092463

View File

@ -30,6 +30,6 @@ pub use self::c_types::{CChar, CUChar};
pub use self::c_types::{CShort, CUShort, CInt, CUInt, CLong, CULong};
pub use self::c_types::{CLongLong, CULongLong, CFloat, CDouble};
pub use self::c_types::{CVoid, CReturnVoid};
#[cfg(feature = "client")]
#[cfg(feature="use_std")]
pub use self::c_types::{CStr, CString, NullByteError};
pub use self::raw::{AsRaw, AsRawMut, AsRawPtr, AsRawMutPtr, FromRaw, IntoRaw};