forked from rojo-rbx/rojo
Remove lifetime from SnapshotInstanceResult
This commit is contained in:
@@ -23,7 +23,7 @@ impl SnapshotMiddleware for SnapshotCsv {
|
||||
_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