We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DiagnosticSeverity
Hashable
1 parent a84f21d commit 705e05bCopy full SHA for 705e05b
Sources/SwiftDiagnostics/Message.swift
@@ -26,7 +26,7 @@ public struct MessageID: Hashable, Sendable {
26
}
27
28
29
-public enum DiagnosticSeverity: Sendable {
+public enum DiagnosticSeverity: Sendable, Hashable {
30
case error
31
case warning
32
case note
0 commit comments