Skip to content

Commit

Permalink
Update core/shared/src/main/scala/fs2/Pull.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Arman Bilge <[email protected]>
  • Loading branch information
diesalbla and armanbilge authored Oct 16, 2022
1 parent 45766d0 commit 5d5911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/fs2/Pull.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ object Pull extends PullLowPriority {
go(initScope, None, initFk, new OuterRun(init), stream)
}

@deprecated("use the extension method", "3.3.1")
@deprecated("use the extension method", "3.4.0")
private[fs2] def flatMapOutput[F[_], F2[x] >: F[x], O, O2](
p: Pull[F, O, Unit],
f: O => Pull[F2, O2, Unit]
Expand Down

0 comments on commit 5d5911b

Please sign in to comment.