[−][src]Trait libslide::diagnostics::DiagnosticRegistry
Describes an individual registry of slide diagnostics.
Required methods
fn codes_with_explanations() -> Vec<(&'static str, &'static str)>
Retrieves all diagnostic codes owned by this registry and their explanations.
Implementors
impl DiagnosticRegistry for LintConfig
[src]
fn codes_with_explanations() -> Vec<(&'static str, &'static str)>
[src]
All lint codes and their explanations.