We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6769dd2 commit 5a49974Copy full SHA for 5a49974
xpath-to-xml-scala/src/main/scala-3+/com/github/simy4/xpath/scala/xpath/ToXPathLiteral.scala
@@ -18,5 +18,8 @@ package scala.xpath
18
19
import expr.Expr
20
21
+import _root_.scala.annotation.unused
22
+
23
trait ToXPathLiteral:
- extension (inline sc: StringContext) inline def xpath(inline args: Any*): Expr = ${ XPathLiteral.xpathImpl('sc) }
24
+ extension (inline sc: StringContext)
25
+ inline def xpath(@unused inline args: Any*): Expr = ${ XPathLiteral.xpathImpl('sc) }
0 commit comments