Skip to content

Commit 7db785a

Browse files
chore: Remove conformance warning
1 parent e222d0d commit 7db785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Haystack/Bool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension Bool: Val {
1313
}
1414
}
1515

16-
extension Bool: Comparable {
16+
extension Bool: @retroactive Comparable {
1717
public static func < (lhs: Bool, rhs: Bool) -> Bool {
1818
return !lhs && rhs // false is less than true
1919
}

0 commit comments

Comments
 (0)