Skip to content

Commit a1bd1b5

Browse files
committed
Fixed warnings introduced by Scala 3 upgrade
1 parent efc08b3 commit a1bd1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactive-streams/src/main/scala/fs2/interop/reactivestreams/StreamUnicastPublisher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import cats.effect.kernel._
2727
import cats.effect.std.Dispatcher
2828

2929
import org.reactivestreams._
30+
import org.typelevel.scalaccompat.annotation._
3031

31-
import scala.annotation.unused
3232
import scala.util.control.NoStackTrace
3333

3434
/** Implementation of a `org.reactivestreams.Publisher`

0 commit comments

Comments
 (0)