Skip to content

Commit

Permalink
Merge pull request tpolecat#217 from daddykotex/faq-fix
Browse files Browse the repository at this point in the history
Docs: scalacOptions for unused imports
  • Loading branch information
tpolecat authored Mar 13, 2018
2 parents 8f8b605 + 4dc0db5 commit 9c2d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/src/main/tut/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ position: 6
Tut does not filter out `-Ywarn-unused-imports` from its `scalacOptions` anymore. If you need to re-enable that behaviour, simply add:

```scala
scalacOptions in Tut -= "-Ywarn-unused-import"
scalacOptions in Tut --= Seq("-Ywarn-unused-import", "-Ywarn-unused:imports")
```

#### I have missing dependencies!
Expand Down

0 comments on commit 9c2d314

Please sign in to comment.