Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Oct 28, 2024
1 parent 9eefe85 commit d5b07a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/core/src/main/scala/doobie/util/read.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import doobie.free.resultset as IFRS
import java.sql.ResultSet
import scala.annotation.implicitNotFound

/*
@implicitNotFound("""
Cannot find or construct a Read instance for type:
Expand Down Expand Up @@ -45,7 +44,6 @@ and similarly with Get:
And find the missing instance and construct it as needed. Refer to Chapter 12
of the book of doobie for more information.
""")
*/
sealed trait Read[A] {
def unsafeGet(rs: ResultSet, startIdx: Int): A
def gets: List[(Get[?], NullabilityKnown)]
Expand Down

0 comments on commit d5b07a7

Please sign in to comment.