Skip to content

Commit 1b53e7c

Browse files
Remove trailing whitespace
1 parent 4b22d22 commit 1b53e7c

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Dylan MacKenzie
55
team: WG const-eval <https://github.com/rust-lang/const-eval>
66
---
77

8-
**TLDR; `if` and `match` are now usable in constants on the latest nightly.**
8+
**TLDR; `if` and `match` are now usable in constants on the latest nightly.**
99

1010
As a result, you can now write code like the following and have it execute at
1111
compile-time:

0 commit comments

Comments
 (0)