pub type DiagnosticIgnoreEntry = (String, Vec<String>, Vec<String>);
Parsed entry from the diagnostics_files_to_ignore pack setting.
diagnostics_files_to_ignore
Tuple shape: (path, ignored_diagnostic_codes, ignored_field_names).
(path, ignored_diagnostic_codes, ignored_field_names)