Add TODO.

This commit is contained in:
Tom Alexander 2023-10-10 17:15:51 -04:00
parent 83d939bdc0
commit 6b90a9bfa8
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 0 deletions

View File

@ -537,6 +537,7 @@ fn compare_heading<'b, 's>(
let mut child_status = Vec::new();
let mut message = None;
// TODO: Add checks to compare values for additional properties.
let additional_property_names: Vec<String> = rust
.get_additional_properties()
.map(|node_property| format!(":{}", node_property.property_name.to_uppercase()))