Skip to content

Commit ea3d05e

Browse files
authored
Merge pull request #187 from ahoppen/symbol-hashable
Make `Symbol` conform to `Hashable`
2 parents 2adc599 + 5af853d commit ea3d05e

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)