diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ pub use crate::hook::HookTriggers; #[cfg(any(feature = "luau", doc))] #[cfg_attr(docsrs, doc(cfg(feature = "luau")))] -pub use crate::{chunk::Compiler, types::VmState}; +pub use crate::{chunk::Compiler, function::CoverageInfo, types::VmState}; #[cfg(feature = "async")] pub use crate::thread::AsyncThread; |