diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2019-10-01 16:11:12 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2019-10-01 16:11:12 +0100 |
commit | cb109f6e3650b3269f5af67e12890bfebb7be13d (patch) | |
tree | 6b1cea5905dc34c9e294b19d64d753d1f7f5917a /src/thread.rs | |
parent | 9e06b10e50dea09a0f189f8145bf1cafc5c34173 (diff) | |
download | mlua-cb109f6e3650b3269f5af67e12890bfebb7be13d.zip |
Rename to mlua
Diffstat (limited to 'src/thread.rs')
-rw-r--r-- | src/thread.rs | 2 |
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#" |