Skip to content

Commit dc45701

Browse files
authored
Remove redundant Sendable conformance (#525)
ProcessEnvironmentBlock is a typealias to Dictionary, which is already Sendable when the key and value is Sendable.
1 parent 99f11a8 commit dc45701

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/TSCBasic/Process/ProcessEnv.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ extension ProcessEnvironmentBlock {
6868
}
6969
}
7070

71-
extension ProcessEnvironmentBlock: Sendable {}
72-
7371
/// Provides functionality related a process's environment.
7472
public enum ProcessEnv {
7573

0 commit comments

Comments
 (0)