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 /tests/memory.rs | |
parent | 9e06b10e50dea09a0f189f8145bf1cafc5c34173 (diff) | |
download | mlua-cb109f6e3650b3269f5af67e12890bfebb7be13d.zip |
Rename to mlua
Diffstat (limited to 'tests/memory.rs')
-rw-r--r-- | tests/memory.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/memory.rs b/tests/memory.rs index c65fc4a..e74474b 100644 --- a/tests/memory.rs +++ b/tests/memory.rs @@ -1,6 +1,6 @@ use std::sync::Arc; -use rlua::{Error, Result, UserData}; +use mlua::{Error, Result, UserData}; include!("_lua.rs"); |