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;
3
3
mod lpeglabel;
4
4
mod lua_seri;
5
5
mod override_lua;
6
- pub ( crate ) mod luajit_utf8;
7
6
8
7
#[ macro_use]
9
8
extern crate lazy_static;
@@ -20,8 +19,6 @@ pub fn lua_preload(lua: &Lua) -> LuaResult<()> {
20
19
lua_seri:: register_lua_seri ( & lua) ?;
21
20
// codestyle
22
21
codestyle:: register_code_format_module ( lua) ?;
23
- // luajit_utf8
24
- luajit_utf8:: register_lua_utf8 ( lua) ?;
25
22
26
23
add_package_path (
27
24
& lua,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ tokio.workspace = true
16
16
luals-basic = { path = " ../basic" , optional = true }
17
17
18
18
[features ]
19
- default = [" luals-basic" " ]
19
+ default = [" luals-basic" ]
20
20
no_format = [" luals-basic/no_format" ]
You can’t perform that action at this time.
0 commit comments