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 3eba493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,9 @@ package doobie
/** Collection of modules for typeclasses and other helpful bits. */
package object util {

val unlabeled: String = "unlabeled"

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

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

}

0 comments on commit 3eba493

Please sign in to comment.