mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
traits module no longer need to be public
The LuaNativeFn traits were moved to the `function` module and all other traits as re-exported.
This commit is contained in:
+1
-1
@@ -78,6 +78,7 @@ mod memory;
|
||||
mod multi;
|
||||
mod scope;
|
||||
mod stdlib;
|
||||
mod traits;
|
||||
mod types;
|
||||
mod util;
|
||||
mod value;
|
||||
@@ -95,7 +96,6 @@ pub mod state;
|
||||
pub mod string;
|
||||
pub mod table;
|
||||
pub mod thread;
|
||||
pub mod traits;
|
||||
pub mod userdata;
|
||||
|
||||
pub use bstr::BString;
|
||||
|
||||
Reference in New Issue
Block a user