Skip to content

Commit 5fe9384

Browse files
committed
Also update RemoveUnused.md
1 parent 253b314 commit 5fe9384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/RemoveUnused.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ example diff from running `sbt "scalafix RemoveUnused"`.
1515
To use this rule:
1616

1717
- Enable the Scala compiler option `-Ywarn-unused` (2.12), `-Wunused` (2.13),
18-
or `-Wunused:all` (3.3.4+).
18+
`-Wunused:all` (3.3.4+), or -Wall (with 3.5.2+ and backported to 3.3.5+).
1919
- Disable `-Xfatal-warnings` if you have it enabled. This is required so the
2020
compiler warnings do not fail the build before running Scalafix. If you are
2121
running 2.12.13+ or 2.13.2+, you may keep `-Xfatal-warnings` by modifying how

0 commit comments

Comments
 (0)