remove Equatable, Hashable has Equable

This commit is contained in:
zunda
2024-10-28 17:38:34 +00:00
committed by Hamilton Chapman
parent ec24382864
commit c97ffa5ec1
+1 -1
View File
@@ -132,7 +132,7 @@ public indirect enum CBOR : Equatable, Hashable,
}
}
public struct Tag: RawRepresentable, Equatable, Hashable {
public struct Tag: RawRepresentable, Hashable {
public let rawValue: UInt64
public init(rawValue: UInt64) {