File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ luau = ["ffi/luau", "dep:libloading"]
3636luau-jit = [" luau" , " ffi/luau-codegen" ]
3737luau-vector4 = [" luau" , " ffi/luau-vector4" ]
3838vendored = [" ffi/vendored" ]
39- module = [" dep: mlua_derive" , " ffi/module" ]
39+ module = [" mlua_derive" , " ffi/module" ]
4040async = [" dep:futures-util" ]
4141send = [" parking_lot/send_guard" , " error-send" ]
4242error-send = []
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ pub use mlua_derive::FromLua;
247247/// ...
248248/// }
249249/// ```
250- #[ cfg( any( feature = "module" , docsrs ) ) ]
250+ #[ cfg( all ( feature = "mlua_derive" , any( feature = "module" , doc ) ) ) ]
251251#[ cfg_attr( docsrs, doc( cfg( feature = "module" ) ) ) ]
252252pub use mlua_derive:: lua_module;
253253
You can’t perform that action at this time.
0 commit comments