Skip to content

Commit 9df7ce8

Browse files
committed
Make Symbol conform to Hashable
1 parent 7dab43b commit 9df7ce8

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)