You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@som-snytt could you elaborate on the "2 🐩 " close reason here? 😆
The scala-collection-compat seems like it could reach the bar for warranting a special case?
reproduction steps
using Scala 2.13,
scala/scala-collection-compat#240
demonstrates that the
collection.compat
import is difficult to selectively silence.problem
If unused import warning specified origin (the imported thing, minus any wildcard) it would be trivial to suppress
origin=scala.collection.compat
.The text was updated successfully, but these errors were encountered: