Skip to content

Commit e583d5a

Browse files
committed
Minor documentation addition.
1 parent ca74cbd commit e583d5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/rust.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,8 @@ as
20332033
=
20342034
~~~~
20352035

2036-
Operators at the same precedence level are evaluated left-to-right.
2036+
Operators at the same precedence level are evaluated left-to-right. [`Unary operators`](#unary-operator-expressions)
2037+
have the same precedence level and it is stronger than any of the binary operators.
20372038

20382039
### Grouped expressions
20392040

0 commit comments

Comments
 (0)