Skip to content

Commit 4a3c714

Browse files
committed
Make PathMapping equatable
1 parent de1885f commit 4a3c714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IndexStoreDB/IndexStoreDB.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import Bionic
2525
import Darwin.POSIX
2626
#endif
2727

28-
public struct PathMapping {
28+
public struct PathMapping: Equatable {
2929
/// Path prefix to be replaced, typically the canonical or hermetic path.
3030
let original: String
3131

0 commit comments

Comments
 (0)