Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Oct 20, 2024
1 parent 9d556c3 commit ec941f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
3 changes: 0 additions & 3 deletions crates/basic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ mod codestyle;
mod lpeglabel;
mod lua_seri;
mod override_lua;
pub(crate) mod luajit_utf8;

#[macro_use]
extern crate lazy_static;
Expand All @@ -20,8 +19,6 @@ pub fn lua_preload(lua: &Lua) -> LuaResult<()> {
lua_seri::register_lua_seri(&lua)?;
// codestyle
codestyle::register_code_format_module(lua)?;
// luajit_utf8
luajit_utf8::register_lua_utf8(lua)?;

add_package_path(
&lua,
Expand Down
34 changes: 0 additions & 34 deletions crates/basic/src/luajit_utf8/mod.rs

This file was deleted.

2 changes: 1 addition & 1 deletion crates/luals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tokio.workspace = true
luals-basic = { path = "../basic" , optional = true }

[features]
default = ["luals-basic""]
default = ["luals-basic"]
no_format = ["luals-basic/no_format"]

0 comments on commit ec941f8

Please sign in to comment.