Skip to main content

DiagnosticIgnoreEntry

Type Alias DiagnosticIgnoreEntry 

Source
pub type DiagnosticIgnoreEntry = (String, Vec<String>, Vec<String>);
Expand description

Parsed entry from the diagnostics_files_to_ignore pack setting.

Tuple shape: (path, ignored_diagnostic_codes, ignored_field_names).