Skip to content

Commit 848e5e6

Browse files
authored
Merge pull request #188 from ahoppen/6.0/symbol-hashable
[6.0] Make `Symbol` conform to `Hashable`
2 parents 7dab43b + 9df7ce8 commit 848e5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IndexStoreDB/Symbol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public enum Language: Hashable {
5252
case swift
5353
}
5454

55-
public struct Symbol: Equatable {
55+
public struct Symbol: Hashable {
5656

5757
public var usr: String
5858
public var name: String

0 commit comments

Comments
 (0)