diff --git a/crates/lune/src/lib.rs b/crates/lune/src/lib.rs index ef3cd86..a0fb8bf 100644 --- a/crates/lune/src/lib.rs +++ b/crates/lune/src/lib.rs @@ -2,10 +2,6 @@ mod rt; -// TODO: Remove this in 0.9.0 since it is now available as a separate crate! -#[cfg(feature = "std-roblox")] -pub use lune_roblox as roblox; - #[cfg(test)] mod tests;