Switch SnapshotMiddleware over to SnapshotError

This commit is contained in:
Lucien Greathouse
2019-10-09 12:42:08 -07:00
parent a14aacbcf9
commit 28156bcaf2
4 changed files with 8 additions and 4 deletions

View File

@@ -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 {