mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
8bd0c2c812
This required a lot of little adjustments where we used std's `String` before. In downstream code, this shouldn't be necessary, as you can just do `use rlua::String as LuaString` to disambiguate.