mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Fold imfs::new back into imfs
This commit is contained in:
@@ -6,12 +6,8 @@ mod real_fetcher;
|
||||
mod snapshot;
|
||||
|
||||
pub use error::*;
|
||||
|
||||
pub mod new {
|
||||
pub use super::error::*;
|
||||
pub use super::fetcher::*;
|
||||
pub use super::imfs::*;
|
||||
pub use super::noop_fetcher::*;
|
||||
pub use super::real_fetcher::*;
|
||||
pub use super::snapshot::*;
|
||||
}
|
||||
pub use fetcher::*;
|
||||
pub use imfs::*;
|
||||
pub use noop_fetcher::*;
|
||||
pub use real_fetcher::*;
|
||||
pub use snapshot::*;
|
||||
|
||||
Reference in New Issue
Block a user