Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdemarGr committed Nov 10, 2023
1 parent 8e53a33 commit 054f070
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/core/src/main/scala/hxl/Hxl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ object instances {
/** A parallel instance for Hxl a bit of a footgun since (P: Parallel[F, Hxl]).monad: Monad[Hxl[F, *]], which can have very unfortunate
* consequences if you're not careful.
*
* If you use any combinator that weaves in and out of the Applicative using Parallel, then you will likely have bugs.
*
* Compositions that you thought were batched can suddenly become sequential, please be careful.
*
* import hxl.instances.parallel._
*/
object parallel {
Expand Down

0 comments on commit 054f070

Please sign in to comment.