We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abb0e3 commit 872ab78Copy full SHA for 872ab78
src/expressions/if-expr.md
@@ -160,7 +160,8 @@ if let Some(x) = foo && (condition1 || condition2) { /*...*/ }
160
```
161
162
r[expr.if.edition2024]
163
-> **Edition differences**: Before the 2024 edition, let chains are not supported and only a single _IfCondition_ is allowed in an `if` expression.
+> [!EDITION-2024]
164
+> Before the 2024 edition, let chains are not supported and only a single _IfCondition_ is allowed in an `if` expression.
165
166
[_BlockExpression_]: block-expr.md
167
[_Expression_]: ../expressions.md
0 commit comments