[][src]Function dprint_core::configuration::get_unknown_property_diagnostics

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.