Skip to content

Commit 4231165

Browse files
committed
Fix Swift 5
1 parent 8ac0d92 commit 4231165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FlyingSocks/Sources/AsyncBufferedPrefixSequence.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
//
3131

3232
package struct AsyncBufferedPrefixSequence<Base: AsyncBufferedSequence>: AsyncBufferedSequence {
33+
package typealias Element = Base.Element
34+
3335
private let base: Base
3436
private let count: Int
3537

0 commit comments

Comments
 (0)