We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ade70 commit 947c64eCopy full SHA for 947c64e
project/MiMaFilters.scala
@@ -130,6 +130,7 @@ object MiMaFilters {
130
ProblemFilters.exclude[MissingFieldProblem]("scala.collection.ArrayOps#ReverseIterator.xs"),
131
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.NonLocalReturnControl.value"),
132
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.collection.immutable.SortedMapOps.coll"),
133
+ ProblemFilters.exclude[MissingClassProblem]("scala.annotation.internal.maybeCapability"),
134
) ++
135
Seq( // DirectMissingMethodProblem
136
"scala.collection.LinearSeqIterator#LazyCell.this",
0 commit comments