pub fn plugin_diagnostic(
plugin_id: &str,
code: &str,
severity: DiagnosticSeverity,
message: impl Into<String>,
file: PathBuf,
entity_iri: Option<String>,
) -> Diagnosticpub fn plugin_diagnostic(
plugin_id: &str,
code: &str,
severity: DiagnosticSeverity,
message: impl Into<String>,
file: PathBuf,
entity_iri: Option<String>,
) -> Diagnostic