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:
Alex Orlenko
2026-04-18 16:09:17 +01:00
parent 27f91dfd1b
commit f2b5cc44de
+1 -1
View File
@@ -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;