Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Nov 20, 2019
1 parent 4b22d22 commit 1b53e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/inside-rust/2019-11-23-const-if-match.md
Expand Up @@ -5,7 +5,7 @@ author: Dylan MacKenzie
team: WG const-eval <https://github.com/rust-lang/const-eval>
---

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

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

0 comments on commit 1b53e7c

Please sign in to comment.