File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ extension LazySplitCollection: LazySequenceProtocol {
165
165
}
166
166
}
167
167
168
- extension LazyCollectionProtocol where Elements . Index == Index {
168
+ extension LazyCollectionProtocol {
169
169
/// Lazily returns the longest possible subsequences of the collection, in order,
170
170
/// that don't contain elements satisfying the given predicate.
171
171
///
@@ -258,7 +258,7 @@ extension LazyCollectionProtocol where Elements.Index == Index {
258
258
}
259
259
260
260
extension LazyCollectionProtocol
261
- where Element: Equatable , Elements . Index == Index {
261
+ where Element: Equatable {
262
262
/// Lazily returns the longest possible subsequences of the collection, in order,
263
263
/// around elements equal to the given element.
264
264
///
You can’t perform that action at this time.
0 commit comments