Skip to content

Commit 47f8b77

Browse files
author
David Ungar
authored
Merge branch 'main' into check-write-against-read
2 parents 5446133 + f37d935 commit 47f8b77

File tree

9 files changed

+270
-98
lines changed

9 files changed

+270
-98
lines changed

Sources/SwiftDriver/IncrementalCompilation/DictionaryOfDictionaries.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ extension DictionaryOfDictionaries {
136136
}
137137
}
138138

139-
// MARK: - comparing
139+
// MARK: - identity
140140

141-
extension DictionaryOfDictionaries: Equatable where Value: Equatable {}
141+
extension DictionaryOfDictionaries: Equatable where Value: Equatable {}

0 commit comments

Comments
 (0)