Skip to content

Commit a7127b4

Browse files
make == @inlinable
1 parent 96abbb3 commit a7127b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/PackageDescription/Version.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public struct Version {
7777
}
7878

7979
extension Version: Comparable {
80+
@inlinable
8081
public static func == (lhs: Version, rhs: Version) -> Bool {
8182
!(lhs < rhs) && !(lhs > rhs)
8283
}

0 commit comments

Comments
 (0)