summaryrefslogtreecommitdiff
path: root/src/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.rs')
-rw-r--r--src/thread.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread.rs b/src/thread.rs
index daad7b3..6922759 100644
--- a/src/thread.rs
+++ b/src/thread.rs
@@ -1,9 +1,9 @@
use std::os::raw::c_int;
-use ffi;
use error::{Error, Result};
-use util::{assert_stack, check_stack, error_traceback, pop_error, StackGuard};
+use ffi;
use types::LuaRef;
+use util::{assert_stack, check_stack, error_traceback, pop_error, StackGuard};
use value::{FromLuaMulti, MultiValue, ToLuaMulti};
/// Status of a Lua thread (or coroutine).