Skip to content

Commit

Permalink
expose "unlabelled"
Browse files Browse the repository at this point in the history
also remove unused method void

fixed #1923
  • Loading branch information
jatcwang committed Nov 8, 2023
1 parent 0e606a3 commit 5d873fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/core/src/main/scala/doobie/util/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ package doobie
/** Collection of modules for typeclasses and other helpful bits. */
package object util {

private[util] def void(a: Any*): Unit =
(a, ())._2

private[util] def unlabeled: String = "unlabeled"
val unlabeled: String = "unlabeled"

}

0 comments on commit 5d873fe

Please sign in to comment.