mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Hide project module, moving towards Rojo API
This commit is contained in:
@@ -6,6 +6,10 @@ mod impl_from;
|
||||
|
||||
// Other modules
|
||||
pub mod commands;
|
||||
|
||||
// This module is only public for the purpose of testing right now, and won't be
|
||||
// part of the first version of the Rojo API.
|
||||
#[doc(hidden)]
|
||||
pub mod project;
|
||||
|
||||
mod imfs;
|
||||
|
||||
Reference in New Issue
Block a user