Skip to content

Commit 84110bd

Browse files
committed
remove silencer from AnalyzerPlugin::runsBefore
1 parent eba9ebe commit 84110bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer/src/main/scala/com/avsystem/commons/analyzer/AnalyzerPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ final class AnalyzerPlugin(val global: Global) extends Plugin { plugin =>
7070
private object component extends PluginComponent {
7171
val global: plugin.global.type = plugin.global
7272
val runsAfter = List("typer")
73-
override val runsBefore = List("patmat", "silencer")
73+
override val runsBefore = List("patmat")
7474
val phaseName = "avsAnalyze"
7575

7676
import global._

0 commit comments

Comments
 (0)