File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ extension OGAttribute {
78
78
79
79
// MARK: CustomStringConvertible
80
80
81
- extension OGAttribute : @ retroactive CustomStringConvertible {
81
+ extension OGAttribute : Swift . CustomStringConvertible {
82
82
@inlinable
83
83
public var description : String { " # \( rawValue) " }
84
84
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ extension OGWeakAttribute {
35
35
}
36
36
}
37
37
38
- extension OGWeakAttribute : @ retroactive Hashable {
38
+ extension OGWeakAttribute : Swift . Hashable {
39
39
@_alwaysEmitIntoClient
40
40
public static func == ( lhs: OGWeakAttribute , rhs: OGWeakAttribute ) -> Bool {
41
41
lhs. raw_attribute == rhs. raw_attribute && lhs. subgraph_id == rhs. subgraph_id
@@ -53,7 +53,7 @@ extension OGWeakAttribute: @retroactive Hashable {
53
53
}
54
54
}
55
55
56
- extension OGWeakAttribute : @ retroactive CustomStringConvertible {
56
+ extension OGWeakAttribute : Swift . CustomStringConvertible {
57
57
@_alwaysEmitIntoClient
58
58
public var description : String { attribute? . description ?? " nil " }
59
59
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public func OGTypeApplyFields2(
23
23
body: ( UnsafePointer < Int8 > , Int , Any . Type ) -> Bool
24
24
) -> Bool
25
25
26
- extension OGTypeID: @ retroactive Hashable , @ retroactive CustomStringConvertible {
26
+ extension OGTypeID: Swift . Hashable , Swift . CustomStringConvertible {
27
27
@inlinable
28
28
@inline ( __always)
29
29
public init( _ type: Any. Type) {
You can’t perform that action at this time.
0 commit comments