aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Printers.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/config/Printers.scala')
-rw-r--r--src/dotty/tools/dotc/config/Printers.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/config/Printers.scala b/src/dotty/tools/dotc/config/Printers.scala
index 407e93714..7f9c73926 100644
--- a/src/dotty/tools/dotc/config/Printers.scala
+++ b/src/dotty/tools/dotc/config/Printers.scala
@@ -11,10 +11,11 @@ object Printers {
}
val core: Printer = noPrinter
- val typr: Printer = new Printer
- val constr: Printer = new Printer
+ val typr: Printer = noPrinter
+ val constr: Printer = noPrinter
val overload: Printer = noPrinter
val implicits: Printer = noPrinter
val unapp: Printer = noPrinter
+ val completions = noPrinter
} \ No newline at end of file