Skip to content

Commit 6a251b4

Browse files
committed
---
yaml --- r: 346069 b: refs/heads/master c: 3a21123 h: refs/heads/master i: 346067: 3075a9c
1 parent 0027d16 commit 6a251b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1f46e373338353cb2a07b31fbdd8d39d8de3153f
2+
refs/heads/master: 3a211233113543229b4ad546c8fc368090216e48
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/tools/SourceKit/tools/swift-lang/SourceKitdUID.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public struct SourceKitdUID: Equatable, Hashable, CustomStringConvertible {
3333
return String(cString: sourcekitd_uid_get_string_ptr(uid))
3434
}
3535

36-
public var hashValue: Int {
37-
return uid.hashValue
36+
public func hash(into hasher: inout Hasher) {
37+
hasher.combine(uid)
3838
}
3939
}

0 commit comments

Comments
 (0)