diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ extern crate mlua_derive; // Unstable features #[cfg(all(feature = "unstable", not(feature = "send")))] -pub use crate::{function::OwnedFunction, table::OwnedTable}; +pub use crate::{function::OwnedFunction, table::OwnedTable, userdata::OwnedAnyUserData}; /// Create a type that implements [`AsChunk`] and can capture Rust variables. /// |