Skip to content

Commit 7ec5593

Browse files
committed
_AsyncFileSystem: reduce visibility of import (NFCI)
This reduces the visibility of the import as it is only used in internal declarations. This cleans up a recently introduced warning.
1 parent 8a35bea commit 7ec5593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_AsyncFileSystem/ReadableFileStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
package import _Concurrency
14-
package import SystemPackage
14+
internal import SystemPackage
1515
internal import class Dispatch.DispatchQueue
1616

1717
/// Type-erasure wrapper over underlying file system readable streams.

0 commit comments

Comments
 (0)