Skip to content

Commit a2860cc

Browse files
committed
Suppress inlining printing
1 parent 8ab954f commit a2860cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/config/Printers.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ object Printers {
3232
val completions: Printer = noPrinter
3333
val cyclicErrors: Printer = noPrinter
3434
val pickling: Printer = noPrinter
35-
val inlining: Printer = new Printer
35+
val inlining: Printer = noPrinter
3636
}

0 commit comments

Comments
 (0)