commit a76f8784f2764d17cfd8f6ea31361f4465a39a7f parent 452bda1d594062ce02f86fbfda86661e65671afc Author: FIGBERT <figbert@figbert.com> Date: Sat, 3 Sep 2022 15:25:11 -0700 Conform LineType to Hashable Diffstat:
M | Sources/SwiftGemtext/SwiftGemtext.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Sources/SwiftGemtext/SwiftGemtext.swift b/Sources/SwiftGemtext/SwiftGemtext.swift @@ -68,7 +68,7 @@ struct PreformattedState { } } -public enum LineType: Equatable { +public enum LineType: Hashable { case Text(String) case Link(URL, String?) case PreformattedText(String, String?)