Skip to content

Commit

Permalink
Merge pull request #1946 from tpolecat/expose_unlabelled
Browse files Browse the repository at this point in the history
Expose "unlabelled" as a constant
  • Loading branch information
jatcwang authored Nov 9, 2023
2 parents ffaad0d + 3eba493 commit b2d2223
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 b2d2223

Please sign in to comment.