mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Remove re-export of lune roblox crate in main crate
This commit is contained in:
parent
83fbcbb255
commit
ad8822c1e7
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue