Always remove inferred types
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
This commit is contained in:
Родитель
ba9a175e73
Коммит
86af78632b
|
@ -300,7 +300,7 @@ extension Cursor: SequenceType {
|
|||
|
||||
public func generate() -> GeneratorOf<Binding?> {
|
||||
var idx = 0
|
||||
return GeneratorOf<Binding?> {
|
||||
return GeneratorOf {
|
||||
idx >= self.columnCount ? Optional<Binding?>.None : self[idx++]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче