Remove special path serialization for ProjectNode

This commit is contained in:
Lucien Greathouse
2019-10-18 18:06:25 -07:00
parent d54a5f647e
commit 30c8ea583b
2 changed files with 3 additions and 73 deletions

View File

@@ -269,8 +269,6 @@ pub struct ProjectNode {
pub children: BTreeMap<String, ProjectNode>,
pub properties: HashMap<String, UnresolvedRbxValue>,
pub ignore_unknown_instances: Option<bool>,
#[serde(serialize_with = "crate::path_serializer::serialize_option")]
pub path: Option<PathBuf>,
}