Update readme

This commit is contained in:
Hackerpilot 2014-05-10 02:58:57 -07:00
parent 87732c6657
commit f71b1191c1
1 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@ given source files.
* Struct constructors that have a single parameter that has a default argument.
* Assign expressions where the left side of the '=' operator is the same as the right
* 'if' statements where the 'else' block is the same as the 'if' block.
* Unused variables.
* Unused parameters (check is skipped if function is marked "override")
#### Wishlish
* Assigning to foreach variables that are not "ref".
* Unused variables.
* Unused imports.
* Unused parameters (check is skipped if function is marked "override")
* Variables that are never modified and not declared immutable.
* Public declarations not documented
* Declaring opEquals without toHash