remove Equatable, Hashable has Equable
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user