forked from rojo-rbx/rojo
Switch SnapshotMiddleware over to SnapshotError
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::{error::Error, fmt, io, path::PathBuf};
|
||||
|
||||
use crate::{imfs::FsError, snapshot::InstanceSnapshot};
|
||||
use crate::imfs::FsError;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct SnapshotError {
|
||||
|
||||
Reference in New Issue
Block a user