Add FAQ for unused value of type cats.effect.IO[Unit] (add : Unit to discard silently)
#3646
Labels
unused value of type cats.effect.IO[Unit] (add : Unit to discard silently)
#3646
This is the warning raised by the
-Wnonunit-statement
, at least on Scala 2 (someone should check Scala 3).-Wnonunit-statement
to warn about discarded values in statement position scala/scala#9893-Wnonunit-statement
setting for dotty scala/scala3#16936We should:
The text was updated successfully, but these errors were encountered: