Hide project module, moving towards Rojo API

This commit is contained in:
Lucien Greathouse
2019-08-28 12:20:20 -07:00
parent ea112dd93d
commit e5575b782c

View File

@@ -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;