omena_query/style/diagnostics/
types.rs1pub(super) const LSP_DIAGNOSTIC_TAG_UNNECESSARY: u8 = 1;
2pub(super) const LSP_DIAGNOSTIC_TAG_DEPRECATED: u8 = 2;
3
4#[derive(Debug, Clone, Copy, PartialEq, Eq)]
5pub enum OmenaQueryExternalModuleModeV0 {
6 Ignored,
7 Sif,
8 Auto,
9}