Skip to content

Commit

Permalink
Ignore deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Oct 20, 2024
1 parent 430ca87 commit 8aaafe5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package fs2
package data
package text

import scala.annotation.implicitNotFound
import org.typelevel.scalaccompat.annotation.*

import java.nio.charset.Charset
import scala.annotation.implicitNotFound

/** A typeclass witnessing that a stream of type `In` has chunks
* that can be iterated over to get characters.
Expand Down Expand Up @@ -74,6 +75,7 @@ trait CharLikeChunks[F[_], In] {

}

@nowarn3("cat=deprecation")
sealed trait AsCharBuffer[F[_], T] extends CharLikeChunks[F, T] {

def mark(ctx: Context): Unit
Expand Down

0 comments on commit 8aaafe5

Please sign in to comment.