Skip to content

Commit f25eeb1

Browse files
committed
a
1 parent ce4a065 commit f25eeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Mutex.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// Backports the Synchronization.Mutex API for earlier Darwin platforms
3636

3737
@usableFromInline
38-
struct Mutex<Value>: @unchecked Sendable {
38+
struct Mutex<Value>: @unchecked Sendable, ~Copyable {
3939
let storage: Storage
4040

4141
@usableFromInline

0 commit comments

Comments
 (0)