mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Batch rename: imfs -> vfs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::{error::Error, fmt, io, path::PathBuf};
|
||||
|
||||
use crate::imfs::FsError;
|
||||
use crate::vfs::FsError;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct SnapshotError {
|
||||
|
||||
Reference in New Issue
Block a user