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"]
36
36
luau-jit = [" luau" , " ffi/luau-codegen" ]
37
37
luau-vector4 = [" luau" , " ffi/luau-vector4" ]
38
38
vendored = [" ffi/vendored" ]
39
- module = [" dep: mlua_derive" , " ffi/module" ]
39
+ module = [" mlua_derive" , " ffi/module" ]
40
40
async = [" dep:futures-util" ]
41
41
send = [" parking_lot/send_guard" , " error-send" ]
42
42
error-send = []
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ pub use mlua_derive::FromLua;
247
247
/// ...
248
248
/// }
249
249
/// ```
250
- #[ cfg( any( feature = "module" , docsrs ) ) ]
250
+ #[ cfg( all ( feature = "mlua_derive" , any( feature = "module" , doc ) ) ) ]
251
251
#[ cfg_attr( docsrs, doc( cfg( feature = "module" ) ) ) ]
252
252
pub use mlua_derive:: lua_module;
253
253
You can’t perform that action at this time.
0 commit comments