Remove re-export of lune roblox crate in main crate

This commit is contained in:
Filip Tibell 2025-04-23 13:21:25 +02:00
parent 83fbcbb255
commit ad8822c1e7
No known key found for this signature in database

View file

@ -2,10 +2,6 @@
mod rt; 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)] #[cfg(test)]
mod tests; mod tests;