Skip to content

Commit f2b5cc4

Browse files
committed
traits module no longer need to be public
The LuaNativeFn traits were moved to the `function` module and all other traits as re-exported.
1 parent 27f91df commit f2b5cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ mod memory;
7878
mod multi;
7979
mod scope;
8080
mod stdlib;
81+
mod traits;
8182
mod types;
8283
mod util;
8384
mod value;
@@ -95,7 +96,6 @@ pub mod state;
9596
pub mod string;
9697
pub mod table;
9798
pub mod thread;
98-
pub mod traits;
9999
pub mod userdata;
100100

101101
pub use bstr::BString;

0 commit comments

Comments
 (0)