Skip to content

Commit ac8531d

Browse files
committed
Temporarily turn off snippet checking for scala3 library
1 parent 7d0e477 commit ac8531d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/Build.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,10 +1362,7 @@ object Build {
13621362
"-siteroot", "docs",
13631363
s"-source-links:docs=github://lampepfl/dotty/master#docs",
13641364
"-doc-root-content", docRootFile.toString,
1365-
"-Ydocument-synthetic-types",
1366-
"-snippet-compiler:" +
1367-
s"$dottyLibRoot=compile," +
1368-
"docs=compile"
1365+
"-Ydocument-synthetic-types"
13691366
)
13701367
))
13711368
}.evaluated,

0 commit comments

Comments
 (0)