eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.
http://scalaxb.org/
MIT License
335 stars 154 forks source link

Warning parameter value parent in method apply is never used when compiling with scala 2.13.7 #574

Open aleksandr-vin opened 2 years ago

aleksandr-vin commented 2 years ago
target/scala-2.13/src_managed/main/sbt-scalaxb/scalaxb/scalaxb.scala:455:37
parameter value parent in method apply is never used
  def apply[A:CanWriteXML](x: Node, parent: Node, value: A): DataRecord[A] = x match {