File tree Expand file tree Collapse file tree 3 files changed +1
-38
lines changed Expand file tree Collapse file tree 3 files changed +1
-38
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ mod codestyle;
33mod lpeglabel;
44mod lua_seri;
55mod override_lua;
6- pub ( crate ) mod luajit_utf8;
76
87#[ macro_use]
98extern crate lazy_static;
@@ -20,8 +19,6 @@ pub fn lua_preload(lua: &Lua) -> LuaResult<()> {
2019 lua_seri:: register_lua_seri ( & lua) ?;
2120 // codestyle
2221 codestyle:: register_code_format_module ( lua) ?;
23- // luajit_utf8
24- luajit_utf8:: register_lua_utf8 ( lua) ?;
2522
2623 add_package_path (
2724 & lua,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ tokio.workspace = true
1616luals-basic = { path = " ../basic" , optional = true }
1717
1818[features ]
19- default = [" luals-basic" " ]
19+ default = [" luals-basic" ]
2020no_format = [" luals-basic/no_format" ]
You can’t perform that action at this time.
0 commit comments