Commit 2be0ea4
committed
Prevent infinite loop in filter
By being explicit about the expected return type, we ensure
`Sequence.filter` is used. Otherwise `filter` ends up in an inifite
loop.1 parent 054e9ca commit 2be0ea4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments