mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
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