s/’/' to be more tty friendly
This commit is contained in:
@@ -126,7 +126,7 @@ fn module_reloading_works() {
|
||||
|
||||
assert_eq!("hello lume", hello);
|
||||
|
||||
// Remove lume module from Lua’s `package.loaded` cache to facilitate reload.
|
||||
// Remove lume module from Lua's `package.loaded` cache to facilitate reload.
|
||||
lua.context::<_, rlua::Result<()>>(|lua_ctx| {
|
||||
let globals = lua_ctx.globals();
|
||||
let loaded: Table = globals.get::<_, Table>("package")?.get("loaded")?;
|
||||
|
Reference in New Issue
Block a user