Skip to content

Commit 3264081

Browse files
committed
Update community projects
1 parent d5f1695 commit 3264081

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compiler/src/dotty/tools/dotc/config/Feature.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object Feature:
4848
(nme.noAutoTupling, "Disable automatic tupling"),
4949
(nme.dynamics, "Allow direct or indirect subclasses of scala.Dynamic"),
5050
(nme.unsafeNulls, "Enable unsafe nulls for explicit nulls"),
51-
(nme.postfixOps, "Allow postfix operator notation"),
51+
(nme.postfixOps, "Allow postfix operators (not recommended)"),
5252
(nme.strictEquality, "Enable strict equality (disable canEqualAny)"),
5353
(nme.implicitConversions, "Allow implicit conversions without warnings"),
5454
(nme.adhocExtensions, "Allow ad-hoc extension methods"),

0 commit comments

Comments
 (0)