From ad8822c1e786d6243b54a8dc9a80115f49471077 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Wed, 23 Apr 2025 13:21:25 +0200 Subject: [PATCH] Remove re-export of lune roblox crate in main crate --- crates/lune/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) 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;