Fix naming for InstanceProjectNodeConfig

This commit is contained in:
Lucien Greathouse
2018-12-30 22:57:22 -08:00
parent 2e42c28485
commit b6a2b7dded

View File

@@ -130,6 +130,7 @@ pub struct ProjectInitError;
pub struct ProjectSaveError;
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct InstanceProjectNodeConfig {
pub ignore_unknown: bool,
}