File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
_overviews/scala3-migration Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,7 @@ The current page only contains the options that were added in Scala 3.0.x.
44
44
45
45
| 3.3.x | description |
46
46
| -| -|
47
- | ` -Wunused:imports ` | Warn about unused imports |
48
- | ` -Wunused:privates ` | Warn about unused private definitions |
49
- | ` -Wunused:locals ` | Warn about unused local definitions |
50
- | ` -Wunused:explicits ` | Warn about unused explicit parameters |
51
- | ` -Wunused:implicits ` | Warn about unused implicit parameters |
52
- | ` -Wunused:params ` | Warn about all unused parameters |
53
47
| ` -Wunused:all ` | Enable all warnings |
54
- | ` -Wvalue-discard ` | Warn about discarding values |
55
48
| ` -Wnonunit-statement ` | Warn when block statements are non-Unit expressions (added in 3.3.1) |
56
49
57
50
You can’t perform that action at this time.
0 commit comments