Add useless comment

This commit is contained in:
Lucien Greathouse
2018-07-17 20:24:57 -07:00
parent 2bd64db8d9
commit f3e7e54675

View File

@@ -26,6 +26,7 @@ pub struct RbxInstance {
/// All of the children of this instance. Order is relevant to preserve!
pub children: Vec<Id>,
/// The parent of the instance, if there is one.
pub parent: Option<Id>,
}