pub fn get_unknown_property_diagnostics(
config: ConfigKeyMap
) -> Vec<ConfigurationDiagnostic>
Expand description
Gets a diagnostic for each remaining key value pair in the hash map.
This should be done last, so it swallows the hashmap.
pub fn get_unknown_property_diagnostics(
config: ConfigKeyMap
) -> Vec<ConfigurationDiagnostic>
Gets a diagnostic for each remaining key value pair in the hash map.
This should be done last, so it swallows the hashmap.