ghik / silencer

Scala compiler plugin for warning suppression
Apache License 2.0
255 stars 33 forks source link

support Scala 2.13.2's `@nowarn` annotation? #50

Closed SethTisue closed 4 years ago

SethTisue commented 4 years ago

scala-collection-compat 2.1.6 provides a no-op @nowarn on 2.11 and 2.12, for cross-built projects

silencer could recognize it