From b7c578c27403e9908a35e60a855b1232313edb7b Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Wed, 2 Oct 2019 11:49:30 +0100 Subject: Replace libc with std::os::raw --- src/ffi/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ffi/mod.rs') diff --git a/src/ffi/mod.rs b/src/ffi/mod.rs index f45c227..8e41355 100644 --- a/src/ffi/mod.rs +++ b/src/ffi/mod.rs @@ -159,7 +159,7 @@ pub use self::lua::{ }; // auxiliary library types -pub use self::lauxlib::{luaL_Buffer, luaL_Reg, luaL_Stream}; +pub use self::lauxlib::{luaL_Buffer, luaL_Reg}; // auxiliary library functions pub use self::lauxlib::{ -- cgit v1.2.3