forked from rojo-rbx/rojo
Remove lifetime from SnapshotInstanceResult
This commit is contained in:
@@ -20,7 +20,7 @@ impl SnapshotMiddleware for SnapshotRbxm {
|
||||
_context: &mut InstanceSnapshotContext,
|
||||
vfs: &Vfs<F>,
|
||||
entry: &VfsEntry,
|
||||
) -> SnapshotInstanceResult<'static> {
|
||||
) -> SnapshotInstanceResult {
|
||||
if entry.is_directory() {
|
||||
return Ok(None);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user