summaryrefslogtreecommitdiff
path: root/tests/memory.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 /tests/memory.rs
parent9e06b10e50dea09a0f189f8145bf1cafc5c34173 (diff)
downloadmlua-cb109f6e3650b3269f5af67e12890bfebb7be13d.zip
Rename to mlua
Diffstat (limited to 'tests/memory.rs')
-rw-r--r--tests/memory.rs2
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");