more reorganization, move simple type defines to types.rs module

This commit is contained in:
kyren
2017-09-30 01:27:18 -04:00
parent 8324d9e648
commit c5a4dfd7eb
7 changed files with 93 additions and 76 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
use std::{slice, str};
use ffi;
use lua::LuaRef;
use error::{Error, Result};
use util::{check_stack, stack_guard};
use types::LuaRef;
/// Handle to an internal Lua string.
///