Skip to content

Commit

Permalink
Remove TODO from guidelines (#3393)
Browse files Browse the repository at this point in the history
This TODO is solved by fixing issue #2514. 

It is added as a separate chapter, but could also be elided.
  • Loading branch information
DieBauer authored Apr 19, 2020
1 parent 9e02ec0 commit 9225dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ x === y
> false
```

#### TODO:
### Classes extending AnyVal

Once we drop 2.10 support, AnyVal-extending class constructor parameters can be marked as private.
AnyVal-extending class constructor parameters must be marked as private.

0 comments on commit 9225dbe

Please sign in to comment.