Skip to content

Commit fc60c6c

Browse files
Delete rogue where: label holdover
1 parent d6444f5 commit fc60c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/SequenceAlgorithms.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ extension Sequence {
499499
/// `predicate`; otherwise, `false`.
500500
@_inlineable
501501
public func allSatisfy(
502-
where predicate: (Element) throws -> Bool
502+
_ predicate: (Element) throws -> Bool
503503
) rethrows -> Bool {
504504
return try !contains { try !predicate($0) }
505505
}

0 commit comments

Comments
 (0)