Skip to content

Commit 2fda5e1

Browse files
committed
.
1 parent 49f5726 commit 2fda5e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project/ShadedSourceGenerator.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ object ShadedSourceGenerator {
6868
val patches = Map(
6969
"import scala" -> "import _root_.scala",
7070
" scala.collection." -> " _root_.scala.collection.",
71-
"_root_.pprint" -> "_root_.dotty.shaded.pprint",
72-
"_root_.fansi" -> "_root_.dotty.shaded.fansi",
7371
"def apply(c: Char): Trie[T]" -> "def apply(c: Char): Trie[T] | Null",
7472
"var head: Iterator[T] = null" -> "var head: Iterator[T] | Null = null",
7573
"if (head != null && head.hasNext) true" -> "if (head != null && head.nn.hasNext) true",

0 commit comments

Comments
 (0)