Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
Issue-Id: #267
  • Loading branch information
christoph-hamm committed Sep 26, 2024
1 parent f599aec commit 7c391e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
"ank_base.ConfigItem",
"#[serde(try_from = \"serde_yaml::Value\")]",
)
// .type_attribute("ConfigItem", "#[serde(try_from = \"serde_yaml::Value\")]")
.field_attribute("Workload.tags", "#[serde(flatten)]")
.field_attribute("Workload.configs", "#[serde(flatten)]")
.field_attribute("Workload.dependencies", "#[serde(flatten)]")
Expand Down

0 comments on commit 7c391e1

Please sign in to comment.