Skip to content

Commit d6a8ba3

Browse files
bscothernaciidgh
authored andcommitted
[SR-3009] Made PathImpl private
1 parent d6ed78f commit d6a8ba3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/Basic/Path.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,7 @@ extension RelativePath: CustomStringConvertible {
361361
/// AbsolutePath and RelativePath struct, but PathImpl helps mitigate it. From
362362
/// a type safety perspective, absolute paths and relative paths are genuinely
363363
/// different.
364-
// FIXME: This is internal due to this bug: https://bugs.swift.org/browse/SR-3009
365-
// but otherwise should be private.
366-
struct PathImpl: Hashable {
364+
private struct PathImpl: Hashable {
367365
/// Normalized string of the (absolute or relative) path. Never empty.
368366
fileprivate let string: String
369367

0 commit comments

Comments
 (0)