Skip to content

Commit a287924

Browse files
authored
[Distributed] LocalDAS cannot gain this constraint, even though the DAS protocol has it (#62572)
1 parent f735eda commit a287924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Distributed/LocalTestingDistributedActorSystem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class LocalTestingDistributedActorSystem: DistributedActorSystem, @
5454
}
5555

5656
public func assignID<Act>(_ actorType: Act.Type) -> ActorID
57-
where Act: DistributedActor, Act.ID == ActorID {
57+
where Act: DistributedActor {
5858
let id = self.idProvider.next()
5959
self.assignedIDsLock.withLock {
6060
self.assignedIDs.insert(id)

0 commit comments

Comments
 (0)