Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit e222222

Browse files
committed
Fix fatal warnings example
1 parent adc865e commit e222222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/views/use.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>(NEW!) Turning selected compilation warnings into errors</h2>
5959
</p>
6060
<pre>
6161
settings(
62-
clippyFatalWarnings ++= Seq(
62+
clippyFatalWarnings ++= List(
6363
"match may not be exhaustive[\\s\\S]*",
6464
".*\\[wartremover:.*\\].*[\\s\\S]*"
6565
)

0 commit comments

Comments
 (0)