Skip to content

Commit 26afd40

Browse files
committed
fix: warnings in docs
1 parent b2ca453 commit 26afd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/building-expression-parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ lazy val expr: Parsley[Expr] = precedence {
388388
}
389389
```
390390
```scala mdoc:invisible
391-
lazy val _ = expr: @unused
391+
lazy val _ = expr: @scala.annotation.unused
392392
```
393393

394394
Not so different from the original using `SOps`, but if you can allow subtyping in your AST, you

0 commit comments

Comments
 (0)