mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Trim vestigial middleware method
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
use std::path::{Path, PathBuf};
|
|
||||||
|
|
||||||
use rbx_dom_weak::{RbxId, RbxTree};
|
use rbx_dom_weak::{RbxId, RbxTree};
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
@@ -22,8 +20,4 @@ pub trait SnapshotMiddleware {
|
|||||||
fn from_instance(_tree: &RbxTree, _id: RbxId) -> SnapshotFileResult {
|
fn from_instance(_tree: &RbxTree, _id: RbxId) -> SnapshotFileResult {
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|
||||||
fn change_affects_paths(path: &Path) -> Vec<PathBuf> {
|
|
||||||
vec![path.to_path_buf()]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user