Skip to content

Commit 86f64f5

Browse files
committed
[stdlib] GroupInfo.json: Make a Hashing group
1 parent 18ad793 commit 86f64f5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

stdlib/public/core/GroupInfo.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,16 @@
166166
"Playground": [
167167
"PlaygroundDisplay.swift"
168168
],
169-
"Misc": [
169+
"Hashing": [
170+
"Hashable.swift",
171+
"Hasher.swift",
172+
"SipHash.swift",
170173
"AnyHashable.swift",
171-
"Interval.swift",
172174
"Hashing.swift",
173-
"SipHash.swift",
174-
"Hasher.swift",
175+
"Bitset.swift"
176+
],
177+
"Misc": [
178+
"Interval.swift",
175179
"ErrorType.swift",
176180
"InputStream.swift",
177181
"LifetimeManager.swift",
@@ -192,11 +196,9 @@
192196
"CommandLine.swift",
193197
"Tuple.swift",
194198
"NewtypeWrapper.swift",
195-
"Bitset.swift",
196199
"DebuggerSupport.swift",
197200
"Equatable.swift",
198201
"Comparable.swift",
199-
"Hashable.swift",
200202
"Codable.swift",
201203
"MigrationSupport.swift"
202204
]

0 commit comments

Comments
 (0)