Fold imfs::new back into imfs

This commit is contained in:
Lucien Greathouse
2019-09-19 15:25:07 -07:00
parent fc6f84897f
commit 71968fca0d
18 changed files with 30 additions and 40 deletions

View File

@@ -4,7 +4,7 @@ use maplit::hashmap;
use rbx_dom_weak::{RbxId, RbxTree, RbxValue};
use crate::{
imfs::new::{FsResultExt, Imfs, ImfsEntry, ImfsFetcher},
imfs::{FsResultExt, Imfs, ImfsEntry, ImfsFetcher},
snapshot::InstanceSnapshot,
};
@@ -141,7 +141,7 @@ mod test {
use maplit::hashmap;
use crate::imfs::new::{ImfsSnapshot, NoopFetcher};
use crate::imfs::{ImfsSnapshot, NoopFetcher};
#[test]
fn module_from_imfs() {