From 7d4eec1961b94d47cfa555da53c576f769ffcec4 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 25 Feb 2014 13:06:02 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e0435c..3e5eb93 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ given source files. * "fish operators" (floating point operators) are deprecated. * Left side of a *foreach* or *foreach\_reverse* range expression is larger than the right. * Left side of a slice expression is larger than the right +* Variable, struct, class, union, module, package, and interface names that do not comply with Phobos style guidelines #### Wishlish * Assigning to foreach variables that are not "ref".