pub const UNRESOLVED_HOST_DIAGNOSTIC_CODE: &str = "unresolved-gitlab-host";Expand description
Stable [tower_lsp_server::ls_types::Diagnostic::code] for the FR-012 informational
unresolved-host diagnostic.
Local to this crate rather than a shared deps-core diagnostic kind — mirrors
deps_github_actions::MUTABLE_REF_PIN_DIAGNOSTIC_CODE’s precedent of a crate-local
stable code for a crate-specific diagnostic.