summaryrefslogtreecommitdiff
path: root/src/thread.rs
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2019-10-01 16:11:12 +0100
committerAlex Orlenko <zxteam@protonmail.com>2019-10-01 16:11:12 +0100
commitcb109f6e3650b3269f5af67e12890bfebb7be13d (patch)
tree6b1cea5905dc34c9e294b19d64d753d1f7f5917a /src/thread.rs
parent9e06b10e50dea09a0f189f8145bf1cafc5c34173 (diff)
downloadmlua-cb109f6e3650b3269f5af67e12890bfebb7be13d.zip
Rename to mlua
Diffstat (limited to 'src/thread.rs')
-rw-r--r--src/thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.rs b/src/thread.rs
index 463da6e..52ec66a 100644
--- a/src/thread.rs
+++ b/src/thread.rs
@@ -46,7 +46,7 @@ impl<'lua> Thread<'lua> {
/// # Examples
///
/// ```
- /// # use rlua::{Lua, Thread, Error};
+ /// # use mlua::{Lua, Thread, Error};
/// # fn main() -> Result<()> {
/// let lua = Lua::new();
/// let thread: Thread = lua.eval(r#"