Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Nov 2, 2023
1 parent 3cb3909 commit 446af8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ case class EnumMappings[A](labels: Map[A, String])

object EnumMappings {

@nowarn("msg=parameter value gen in method enumMappings is never used")
@nowarn("cat=unused")
implicit def enumMappings[A, Repr <: Coproduct](implicit
gen: LabelledGeneric.Aux[A, Repr], // this is USED to generate `Enumeration`, not sure how, though
e: MappingsAux[A, Repr]
Expand Down

0 comments on commit 446af8a

Please sign in to comment.