mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Start stripping out lifetimes in InstanceSnapshot
This commit is contained in:
@@ -102,7 +102,7 @@ struct JsonModelCore {
|
||||
}
|
||||
|
||||
impl JsonModelCore {
|
||||
fn into_snapshot(self, name: String) -> InstanceSnapshot<'static> {
|
||||
fn into_snapshot(self, name: String) -> InstanceSnapshot {
|
||||
let class_name = self.class_name;
|
||||
|
||||
let children = self
|
||||
|
||||
Reference in New Issue
Block a user