Skip to content

Commit 3592422

Browse files
I've seen those English dramas, too
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent 7f36264 commit 3592422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2019-11-23-const-if-match.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ enabled. However, the other assert macros (e.g., `assert_eq`,
6161
`debug_assert_ne`) remain forbidden, since they need to call `Debug::fmt` on
6262
their arguments.
6363

64-
Also forbidden are looping constructs, `while`, `for` and `loop`, which will
64+
Also forbidden are looping constructs, `while`, `for`, and `loop`, which will
6565
be [feature-gated separately][52000], and the `?` operator, which calls
6666
`From::from` on the value inside the `Err` variant. The design for
6767
`const` trait methods is still being discussed.

0 commit comments

Comments
 (0)