Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Disable -Wunused:all for Scala 3
Previously, this was ignored, but with a recent merge this started to actually be calculated, but unfortunately it fail for out specific scenario. Now, I disable -Wunused:all until scala/scala3#16650 is fixed.
- Loading branch information